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 NonManagedMetamodelcreate(TypeElement element, Context context, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMetaEntity parent) protected voidinit()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, setParentElement, 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:
initin classAnnotationMetaEntity
-
javadoc
- Specified by:
javadocin interfaceMetamodel- Overrides:
javadocin classAnnotationMetaEntity
-