Uses of Interface
org.hibernate.processor.model.Metamodel
-
Packages that use Metamodel Package Description org.hibernate.processor The main package of this annotation processor.org.hibernate.processor.annotation Implementation of the model classes backed by annotations.org.hibernate.processor.model org.hibernate.processor.util Helper classes for string and type processing as well as access type detection.org.hibernate.processor.xml Implementation of the model classes backed by annotations. -
-
Uses of Metamodel in org.hibernate.processor
Methods in org.hibernate.processor that return Metamodel Modifier and Type Method Description @Nullable Metamodel
Context. getDataMetaEmbeddable(String qualifiedName)
@Nullable Metamodel
Context. getDataMetaEntity(String qualifiedName)
@Nullable Metamodel
Context. getMetaAuxiliary(String qualifiedName)
@Nullable Metamodel
Context. getMetaEmbeddable(String qualifiedName)
@Nullable Metamodel
Context. getMetaEntity(String qualifiedName)
Methods in org.hibernate.processor that return types with arguments of type Metamodel Modifier and Type Method Description Collection<Metamodel>
Context. getDataMetaEmbeddables()
Collection<Metamodel>
Context. getDataMetaEntities()
Collection<Metamodel>
Context. getMetaAuxiliaries()
Collection<Metamodel>
Context. getMetaEmbeddables()
Collection<Metamodel>
Context. getMetaEntities()
Methods in org.hibernate.processor with parameters of type Metamodel Modifier and Type Method Description void
Context. addDataMetaEmbeddable(String qualifiedName, Metamodel metaEntity)
void
Context. addDataMetaEntity(String qualifiedName, Metamodel metaEntity)
void
Context. addMetaAuxiliary(String qualifiedName, Metamodel metamodel)
void
Context. addMetaEmbeddable(String qualifiedName, Metamodel metaEntity)
void
Context. addMetaEntity(String qualifiedName, Metamodel metaEntity)
static void
ClassWriter. writeFile(Metamodel entity, Context context)
-
Uses of Metamodel in org.hibernate.processor.annotation
Classes in org.hibernate.processor.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.processor.annotation that return Metamodel Modifier and Type Method Description Metamodel
AbstractAnnotatedMethod. getHostingEntity()
Metamodel
AnnotationMetaAttribute. getHostingEntity()
Metamodel
AnnotationMetaType. getHostingEntity()
Metamodel
DataAnnotationMetaAttribute. getHostingEntity()
Metamodel
DefaultConstructor. getHostingEntity()
Metamodel
RepositoryConstructor. getHostingEntity()
Methods in org.hibernate.processor.annotation with parameters of type Metamodel Modifier and Type Method Description void
AnnotationMetaEntity. mergeInMembers(Metamodel other)
Constructors in org.hibernate.processor.annotation with parameters of type Metamodel Constructor Description DefaultConstructor(Metamodel annotationMetaEntity, String constructorName, String methodName, String sessionTypeName, String sessionVariableName, @Nullable String dataStore, boolean addInjectAnnotation)
-
Uses of Metamodel in org.hibernate.processor.model
Methods in org.hibernate.processor.model that return Metamodel Modifier and Type Method Description Metamodel
MetaAttribute. getHostingEntity()
-
Uses of Metamodel in org.hibernate.processor.util
Methods in org.hibernate.processor.util with parameters of type Metamodel Modifier and Type Method Description static @Nullable String
TypeUtils. findMappedSuperClass(Metamodel entity, Context context)
-
Uses of Metamodel in org.hibernate.processor.xml
Classes in org.hibernate.processor.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.processor.xml that return Metamodel Modifier and Type Method Description Metamodel
XmlMetaAttribute. getHostingEntity()
-