Uses of Interface
org.hibernate.jpamodelgen.model.MetaAttribute
-
Packages that use MetaAttribute Package Description org.hibernate.jpamodelgen.annotation Implementation of the model classes backed by annotations.org.hibernate.jpamodelgen.model org.hibernate.jpamodelgen.xml Implementation of the model classes backed by annotations. -
-
Uses of MetaAttribute in org.hibernate.jpamodelgen.annotation
Classes in org.hibernate.jpamodelgen.annotation that implement MetaAttribute Modifier and Type Class Description class
AnnotationMetaAttribute
Captures all information about an annotated persistent attribute.class
AnnotationMetaCollection
class
AnnotationMetaMap
class
AnnotationMetaSingleAttribute
Methods in org.hibernate.jpamodelgen.annotation that return types with arguments of type MetaAttribute Modifier and Type Method Description java.util.List<MetaAttribute>
AnnotationMetaEntity. getMembers()
-
Uses of MetaAttribute in org.hibernate.jpamodelgen.model
Subinterfaces of MetaAttribute in org.hibernate.jpamodelgen.model Modifier and Type Interface Description interface
MetaCollection
interface
MetaSingleAttribute
Methods in org.hibernate.jpamodelgen.model that return types with arguments of type MetaAttribute Modifier and Type Method Description java.util.List<MetaAttribute>
MetaEntity. getMembers()
-
Uses of MetaAttribute in org.hibernate.jpamodelgen.xml
Classes in org.hibernate.jpamodelgen.xml that implement MetaAttribute Modifier and Type Class Description class
XmlMetaAttribute
class
XmlMetaCollection
class
XmlMetaMap
class
XmlMetaSingleAttribute
Methods in org.hibernate.jpamodelgen.xml that return types with arguments of type MetaAttribute Modifier and Type Method Description java.util.List<MetaAttribute>
XmlMetaEntity. getMembers()
-