Class NonManagedMetamodel
java.lang.Object
org.hibernate.processor.annotation.AnnotationMeta
org.hibernate.processor.annotation.AnnotationMetaEntity
org.hibernate.processor.annotation.NonManagedMetamodel
- All Implemented Interfaces:
ImportContext
,Metamodel
-
Constructor Summary
ConstructorsConstructorDescriptionNonManagedMetamodel
(TypeElement element, Context context, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMeta parent) -
Method Summary
Modifier and TypeMethodDescriptionstatic NonManagedMetamodel
create
(TypeElement element, Context context, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMetaEntity parent) protected void
init()
javadoc()
Methods inherited from class org.hibernate.processor.annotation.AnnotationMetaEntity
addInnerClass, create, create, generateImports, getContext, getElement, getEntityAccessTypeInfo, getMembers, getMemberType, getPackageName, getQualifiedName, getSessionVariableName, getSimpleName, getSuperTypeElement, importType, inheritedAnnotations, isImplementation, isInitialized, isInjectable, isJakartaDataStyle, isMetaComplete, mergeInMembers, message, message, message, scope, staticImport, toString
-
Constructor Details
-
NonManagedMetamodel
public NonManagedMetamodel(TypeElement element, Context context, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMeta parent)
-
-
Method Details
-
create
public static NonManagedMetamodel create(TypeElement element, Context context, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMetaEntity parent) -
init
protected void init()- Overrides:
init
in classAnnotationMetaEntity
-
javadoc
- Specified by:
javadoc
in interfaceMetamodel
- Overrides:
javadoc
in classAnnotationMetaEntity
-