Uses of Interface
org.hibernate.processor.model.Metamodel
Packages that use Metamodel
Package
Description
The main package of this annotation processor.
Implementation of the model classes backed by annotations.
Helper classes for string and type processing as well as access type detection.
Implementation of the model classes backed by annotations.
-
Uses of Metamodel in org.hibernate.processor
Methods in org.hibernate.processor that return MetamodelModifier and TypeMethodDescription@Nullable MetamodelContext.getDataMetaEmbeddable(String qualifiedName) @Nullable MetamodelContext.getDataMetaEntity(String qualifiedName) @Nullable MetamodelContext.getMetaAuxiliary(String qualifiedName) @Nullable MetamodelContext.getMetaEmbeddable(String qualifiedName) @Nullable MetamodelContext.getMetaEntity(String qualifiedName) Methods in org.hibernate.processor that return types with arguments of type MetamodelModifier and TypeMethodDescriptionContext.getDataMetaEmbeddables()Context.getDataMetaEntities()Context.getMetaAuxiliaries()Context.getMetaEmbeddables()Context.getMetaEntities()Methods in org.hibernate.processor with parameters of type MetamodelModifier and TypeMethodDescriptionvoidContext.addDataMetaEmbeddable(String qualifiedName, Metamodel metaEntity) voidContext.addDataMetaEntity(String qualifiedName, Metamodel metaEntity) voidContext.addMetaAuxiliary(String qualifiedName, Metamodel metamodel) voidContext.addMetaEmbeddable(String qualifiedName, Metamodel metaEntity) voidContext.addMetaEntity(String qualifiedName, Metamodel metaEntity) static void -
Uses of Metamodel in org.hibernate.processor.annotation
Classes in org.hibernate.processor.annotation that implement MetamodelModifier and TypeClassDescriptionclassclassClass used to collect meta information about an annotated type (entity, embeddable or mapped superclass).classClass used to collect meta information about an annotated package.Methods in org.hibernate.processor.annotation that return MetamodelModifier and TypeMethodDescriptionAbstractAnnotatedMethod.getHostingEntity()AnnotationMetaAttribute.getHostingEntity()AnnotationMetaType.getHostingEntity()DataAnnotationMetaAttribute.getHostingEntity()DefaultConstructor.getHostingEntity()RepositoryConstructor.getHostingEntity()Methods in org.hibernate.processor.annotation with parameters of type MetamodelConstructors in org.hibernate.processor.annotation with parameters of type Metamodel -
Uses of Metamodel in org.hibernate.processor.model
Methods in org.hibernate.processor.model that return Metamodel -
Uses of Metamodel in org.hibernate.processor.util
Methods in org.hibernate.processor.util with parameters of type MetamodelModifier and TypeMethodDescriptionstatic @Nullable StringTypeUtils.findMappedSuperClass(Metamodel entity, Context context) -
Uses of Metamodel in org.hibernate.processor.xml
Classes in org.hibernate.processor.xml that implement MetamodelModifier and TypeClassDescriptionclassCollects XML-based meta information about an annotated type (entity, embeddable or mapped superclass).Methods in org.hibernate.processor.xml that return Metamodel