Uses of Class
org.hibernate.processor.Context
Packages that use Context
Package
Description
The main package of this annotation processor.
Implementation of the model classes backed by annotations.
Helper classes for string and type processing as well as access type detection.
XML helper classes.
Implementation of the model classes backed by annotations.
-
Uses of Context in org.hibernate.processor
Methods in org.hibernate.processor with parameters of type Context -
Uses of Context in org.hibernate.processor.annotation
Methods in org.hibernate.processor.annotation that return ContextModifier and TypeMethodDescriptionfinal Context
AnnotationMetaEntity.getContext()
final Context
AnnotationMetaPackage.getContext()
Methods in org.hibernate.processor.annotation with parameters of type ContextModifier and TypeMethodDescriptionstatic AnnotationMetaEntity
AnnotationMetaEntity.create
(TypeElement element, Context context) static AnnotationMetaEntity
AnnotationMetaEntity.create
(TypeElement element, Context context, boolean lazilyInitialised, boolean managed, boolean jakartaData, @Nullable AnnotationMetaEntity parent) static AnnotationMetaPackage
AnnotationMetaPackage.create
(PackageElement element, Context context) static NonManagedMetamodel
NonManagedMetamodel.create
(TypeElement element, Context context, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMetaEntity parent) Constructors in org.hibernate.processor.annotation with parameters of type ContextModifierConstructorDescriptionAnnotationMetaEntity
(TypeElement element, Context context, boolean managed, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMeta parent) AnnotationMetaPackage
(PackageElement element, Context context) NonManagedMetamodel
(TypeElement element, Context context, boolean jakartaDataStaticMetamodel, @Nullable AnnotationMeta parent) -
Uses of Context in org.hibernate.processor.model
Methods in org.hibernate.processor.model that return Context -
Uses of Context in org.hibernate.processor.util
Methods in org.hibernate.processor.util with parameters of type ContextModifier and TypeMethodDescriptionstatic void
TypeUtils.determineAccessTypeForHierarchy
(TypeElement searchedElement, Context context) static @Nullable TypeMirror
TypeUtils.extractClosestRealType
(TypeMirror type, Context context, Set<TypeVariable> beingVisited) static String
TypeUtils.extractClosestRealTypeAsString
(TypeMirror type, Context context) static @Nullable Element
TypeUtils.findMappedSuperElement
(Metamodel entity, Context context) static TypeMirror
TypeUtils.getCollectionElementType
(DeclaredType type, String returnTypeName, @Nullable String explicitTargetEntityName, Context context) static String
TypeUtils.getKeyType
(DeclaredType type, Context context) static boolean
TypeUtils.isBasicAttribute
(Element element, Element returnedElement, Context context) static String
SqmTypeUtils.resultType
(SqmSelectStatement<?> selectStatement, Context context) static String
TypeUtils.toArrayTypeString
(ArrayType type, Context context) -
Uses of Context in org.hibernate.processor.util.xml
Constructors in org.hibernate.processor.util.xml with parameters of type Context -
Uses of Context in org.hibernate.processor.xml
Methods in org.hibernate.processor.xml that return ContextConstructors in org.hibernate.processor.xml with parameters of type ContextModifierConstructorDescriptionJpaDescriptorParser
(Context context) ResourceStreamLocatorImpl
(Context context)