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 MetamodelContext. getMetaAuxiliary(String fqcn)@Nullable MetamodelContext. getMetaEmbeddable(String fqcn)@Nullable MetamodelContext. 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 voidContext. addMetaAuxiliary(String fqcn, Metamodel metamodel)voidContext. addMetaEmbeddable(String fqcn, Metamodel metaEntity)voidContext. addMetaEntity(String fqcn, Metamodel metaEntity)static voidClassWriter. 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 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.jpamodelgen.annotation that return Metamodel Modifier and Type Method Description MetamodelAbstractQueryMethod. getHostingEntity()MetamodelAnnotationMetaAttribute. getHostingEntity()MetamodelAnnotationMetaType. getHostingEntity()MetamodelDaoConstructor. getHostingEntity()Methods in org.hibernate.jpamodelgen.annotation with parameters of type Metamodel Modifier and Type Method Description voidAnnotationMetaEntity. 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 MetamodelMetaAttribute. getHostingEntity() -
Uses of Metamodel in org.hibernate.jpamodelgen.xml
Classes in org.hibernate.jpamodelgen.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.jpamodelgen.xml that return Metamodel Modifier and Type Method Description MetamodelXmlMetaAttribute. getHostingEntity()
-