Class AnnotationMeta
- java.lang.Object
-
- org.hibernate.processor.annotation.AnnotationMeta
-
- All Implemented Interfaces:
ImportContext
,Metamodel
- Direct Known Subclasses:
AnnotationMetaEntity
,AnnotationMetaPackage
public abstract class AnnotationMeta extends Object implements Metamodel
-
-
Constructor Summary
Constructors Constructor Description AnnotationMeta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getSessionVariableName()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.processor.model.Metamodel
generateImports, getContext, getElement, getMembers, getPackageName, getQualifiedName, getSimpleName, getSupertypeName, importType, inheritedAnnotations, isImplementation, isInjectable, isJakartaDataStyle, isMetaComplete, scope, staticImport
-
-
-
-
Method Detail
-
getSessionVariableName
protected String getSessionVariableName()
-
-