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 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 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 voidContext. 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 voidClassWriter. 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 classAnnotationMetaclassAnnotationMetaEntityClass used to collect meta information about an annotated type (entity, embeddable or mapped superclass).classAnnotationMetaPackageClass used to collect meta information about an annotated package.Methods in org.hibernate.processor.annotation that return Metamodel Modifier and Type Method Description MetamodelAbstractAnnotatedMethod. getHostingEntity()MetamodelAnnotationMetaAttribute. getHostingEntity()MetamodelAnnotationMetaType. getHostingEntity()MetamodelDataAnnotationMetaAttribute. getHostingEntity()MetamodelDefaultConstructor. getHostingEntity()MetamodelRepositoryConstructor. getHostingEntity()Methods in org.hibernate.processor.annotation with parameters of type Metamodel Modifier and Type Method Description voidAnnotationMetaEntity. 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 MetamodelMetaAttribute. 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 StringTypeUtils. 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 classXmlMetaEntityCollects 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 MetamodelXmlMetaAttribute. getHostingEntity()
-