Uses of Class
org.hibernate.processor.Context
-
Packages that use Context Package Description org.hibernate.processor The main package of this annotation processor.org.hibernate.processor.annotation Implementation of the model classes backed by annotations.org.hibernate.processor.model org.hibernate.processor.util Helper classes for string and type processing as well as access type detection.org.hibernate.processor.util.xml XML helper classes.org.hibernate.processor.xml 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 Modifier and Type Method Description static voidClassWriter. writeFile(Metamodel entity, Context context) -
Uses of Context in org.hibernate.processor.annotation
Methods in org.hibernate.processor.annotation that return Context Modifier and Type Method Description ContextAnnotationMetaEntity. getContext()ContextAnnotationMetaPackage. getContext()Methods in org.hibernate.processor.annotation with parameters of type Context Modifier and Type Method Description static 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 Context Constructor Description AnnotationMetaEntity(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 Modifier and Type Method Description ContextMetamodel. getContext() -
Uses of Context in org.hibernate.processor.util
Methods in org.hibernate.processor.util with parameters of type Context Modifier and Type Method Description static 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 Constructor Description XmlParserHelper(Context context) -
Uses of Context in org.hibernate.processor.xml
Methods in org.hibernate.processor.xml that return Context Modifier and Type Method Description ContextXmlMetaEntity. getContext()Constructors in org.hibernate.processor.xml with parameters of type Context Constructor Description JpaDescriptorParser(Context context)
-