Uses of Interface
org.hibernate.jpamodelgen.model.MetaEntity
-
Packages that use MetaEntity Package Description org.hibernate.jpamodelgen The main package of this annotation processor.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 MetaEntity in org.hibernate.jpamodelgen
Methods in org.hibernate.jpamodelgen that return MetaEntity Modifier and Type Method Description MetaEntity
Context. getMetaEmbeddable(java.lang.String fqcn)
MetaEntity
Context. getMetaEntity(java.lang.String fqcn)
Methods in org.hibernate.jpamodelgen that return types with arguments of type MetaEntity Modifier and Type Method Description java.util.Collection<MetaEntity>
Context. getMetaEmbeddables()
java.util.Collection<MetaEntity>
Context. getMetaEntities()
Methods in org.hibernate.jpamodelgen with parameters of type MetaEntity Modifier and Type Method Description void
Context. addMetaEmbeddable(java.lang.String fqcn, MetaEntity metaEntity)
void
Context. addMetaEntity(java.lang.String fqcn, MetaEntity metaEntity)
static void
ClassWriter. writeFile(MetaEntity entity, Context context)
-
Uses of MetaEntity in org.hibernate.jpamodelgen.annotation
Classes in org.hibernate.jpamodelgen.annotation that implement MetaEntity Modifier and Type Class Description class
AnnotationMetaEntity
Class used to collect meta information about an annotated type (entity, embeddable or mapped superclass).Methods in org.hibernate.jpamodelgen.annotation that return MetaEntity Modifier and Type Method Description MetaEntity
AnnotationMetaAttribute. getHostingEntity()
Methods in org.hibernate.jpamodelgen.annotation with parameters of type MetaEntity Modifier and Type Method Description void
AnnotationMetaEntity. mergeInMembers(MetaEntity other)
-
Uses of MetaEntity in org.hibernate.jpamodelgen.model
Methods in org.hibernate.jpamodelgen.model that return MetaEntity Modifier and Type Method Description MetaEntity
MetaAttribute. getHostingEntity()
-
Uses of MetaEntity in org.hibernate.jpamodelgen.xml
Classes in org.hibernate.jpamodelgen.xml that implement MetaEntity Modifier and Type Class Description class
XmlMetaEntity
Collects XML-based meta information about an annotated type (entity, embeddable or mapped superclass).Methods in org.hibernate.jpamodelgen.xml that return MetaEntity Modifier and Type Method Description MetaEntity
XmlMetaAttribute. getHostingEntity()
-