@Generated(value="org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor") public abstract class CommentImpl_ extends Object
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<CommentImpl,Date> |
addedAt |
static javax.persistence.metamodel.SingularAttribute<CommentImpl,UserImpl> |
addedBy |
static javax.persistence.metamodel.SingularAttribute<CommentImpl,Long> |
id |
static javax.persistence.metamodel.SingularAttribute<CommentImpl,String> |
text |
Constructor and Description |
---|
CommentImpl_() |
public static volatile javax.persistence.metamodel.SingularAttribute<CommentImpl,Date> addedAt
public static volatile javax.persistence.metamodel.SingularAttribute<CommentImpl,UserImpl> addedBy
public static volatile javax.persistence.metamodel.SingularAttribute<CommentImpl,Long> id
public static volatile javax.persistence.metamodel.SingularAttribute<CommentImpl,String> text
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.