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 classAnnotationMetaAttributeCaptures all information about an annotated persistent attribute.classAnnotationMetaCollectionclassAnnotationMetaMapclassAnnotationMetaSingleAttributeMethods 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 interfaceMetaCollectioninterfaceMetaSingleAttributeMethods 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 classXmlMetaAttributeclassXmlMetaCollectionclassXmlMetaMapclassXmlMetaSingleAttributeMethods in org.hibernate.jpamodelgen.xml that return types with arguments of type MetaAttribute Modifier and Type Method Description java.util.List<MetaAttribute>XmlMetaEntity. getMembers()
-