Uses of Interface
org.hibernate.jpamodelgen.model.Metamodel
-
Packages that use Metamodel 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 Metamodel in org.hibernate.jpamodelgen
Methods in org.hibernate.jpamodelgen that return Metamodel Modifier and Type Method Description @Nullable Metamodel
Context. getMetaAuxiliary(String fqcn)
@Nullable Metamodel
Context. getMetaEmbeddable(String fqcn)
@Nullable Metamodel
Context. getMetaEntity(String fqcn)
Methods in org.hibernate.jpamodelgen that return types with arguments of type Metamodel Modifier and Type Method Description Collection<Metamodel>
Context. getMetaAuxiliaries()
Collection<Metamodel>
Context. getMetaEmbeddables()
Collection<Metamodel>
Context. getMetaEntities()
Methods in org.hibernate.jpamodelgen with parameters of type Metamodel Modifier and Type Method Description void
Context. addMetaAuxiliary(String fqcn, Metamodel metamodel)
void
Context. addMetaEmbeddable(String fqcn, Metamodel metaEntity)
void
Context. addMetaEntity(String fqcn, Metamodel metaEntity)
static void
ClassWriter. writeFile(Metamodel entity, Context context)
-
Uses of Metamodel in org.hibernate.jpamodelgen.annotation
Classes in org.hibernate.jpamodelgen.annotation that implement Metamodel Modifier and Type Class Description class
AnnotationMeta
class
AnnotationMetaEntity
Class used to collect meta information about an annotated type (entity, embeddable or mapped superclass).class
AnnotationMetaPackage
Class used to collect meta information about an annotated package.Methods in org.hibernate.jpamodelgen.annotation that return Metamodel Modifier and Type Method Description Metamodel
AbstractQueryMethod. getHostingEntity()
Metamodel
AnnotationMetaAttribute. getHostingEntity()
Metamodel
AnnotationMetaType. getHostingEntity()
Metamodel
DaoConstructor. getHostingEntity()
Methods in org.hibernate.jpamodelgen.annotation with parameters of type Metamodel Modifier and Type Method Description void
AnnotationMetaEntity. mergeInMembers(Metamodel other)
Constructors in org.hibernate.jpamodelgen.annotation with parameters of type Metamodel Constructor Description DaoConstructor(Metamodel annotationMetaEntity, String constructorName, String methodName, String sessionTypeName, String sessionVariableName, boolean addInjectAnnotation, boolean addNonnullAnnotation)
-
Uses of Metamodel in org.hibernate.jpamodelgen.model
Methods in org.hibernate.jpamodelgen.model that return Metamodel Modifier and Type Method Description Metamodel
MetaAttribute. getHostingEntity()
-
Uses of Metamodel in org.hibernate.jpamodelgen.xml
Classes in org.hibernate.jpamodelgen.xml that implement Metamodel 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 Metamodel Modifier and Type Method Description Metamodel
XmlMetaAttribute. getHostingEntity()
-