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 ContextAnnotationMetaEntity.getContext()final ContextAnnotationMetaPackage.getContext()Methods in org.hibernate.processor.annotation with parameters of type ContextModifier and TypeMethodDescriptionstatic AnnotationMetaEntityAnnotationMetaEntity.create(TypeElement element, Context context) static AnnotationMetaEntityAnnotationMetaEntity.create(TypeElement element, Context context, boolean lazilyInitialised, boolean managed, boolean jakartaData) static AnnotationMetaPackageAnnotationMetaPackage.create(PackageElement element, Context context) Constructors in org.hibernate.processor.annotation with parameters of type ContextModifierConstructorDescriptionAnnotationMetaEntity(TypeElement element, Context context, boolean managed, boolean jakartaDataStaticMetamodel) AnnotationMetaPackage(PackageElement element, Context context) -
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 voidTypeUtils.determineAccessTypeForHierarchy(TypeElement searchedElement, Context context) static @Nullable TypeMirrorTypeUtils.extractClosestRealType(TypeMirror type, Context context, Set<TypeVariable> beingVisited) static StringTypeUtils.extractClosestRealTypeAsString(TypeMirror type, Context context) static @Nullable StringTypeUtils.findMappedSuperClass(Metamodel entity, Context context) static TypeMirrorTypeUtils.getCollectionElementType(DeclaredType type, String returnTypeName, @Nullable String explicitTargetEntityName, Context context) static StringTypeUtils.getKeyType(DeclaredType type, Context context) static booleanTypeUtils.isBasicAttribute(Element element, Element returnedElement, Context context) static StringTypeUtils.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 Context