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 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) @Nullable Metamodel
Context.getMetamodel
(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 TypeMethodDescriptionvoid
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
-
Uses of Metamodel in org.hibernate.processor.annotation
Classes in org.hibernate.processor.annotation that implement MetamodelModifier and TypeClassDescriptionclass
class
Class used to collect meta information about an annotated type (entity, embeddable or mapped superclass).class
Class used to collect meta information about an annotated package.class
Methods in org.hibernate.processor.annotation that return MetamodelModifier and TypeMethodDescriptionAbstractAnnotatedMethod.getHostingEntity()
AnnotationMetaAttribute.getHostingEntity()
AnnotationMetaType.getHostingEntity()
DataAnnotationMetaAttribute.getHostingEntity()
DefaultConstructor.getHostingEntity()
IdClassMetaAttribute.getHostingEntity()
InnerClassMetaAttribute.getHostingEntity()
RepositoryConstructor.getHostingEntity()
Methods in org.hibernate.processor.annotation with parameters of type MetamodelConstructors in org.hibernate.processor.annotation with parameters of type MetamodelModifierConstructorDescriptionDefaultConstructor
(Metamodel annotationMetaEntity, String constructorName, String methodName, String sessionTypeName, String sessionVariableName, @Nullable String dataStore, boolean addInjectAnnotation) IdClassMetaAttribute
(Metamodel parent, List<MetaAttribute> components) -
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 Element
TypeUtils.findMappedSuperElement
(Metamodel entity, Context context) -
Uses of Metamodel in org.hibernate.processor.xml
Classes in org.hibernate.processor.xml that implement MetamodelModifier and TypeClassDescriptionclass
Collects XML-based meta information about an annotated type (entity, embeddable or mapped superclass).Methods in org.hibernate.processor.xml that return Metamodel