Uses of Class
org.hibernate.jpamodelgen.Context
-
Packages that use Context Package Description org.hibernate.jpamodelgen The main package of this annotation processor.org.hibernate.jpamodelgen.annotation Implementation of the model classes backed by annotations.org.hibernate.jpamodelgen.util Helper classes for string and type processing as well as access type detection.org.hibernate.jpamodelgen.util.xml XML helper classes.org.hibernate.jpamodelgen.xml Implementation of the model classes backed by annotations. -
-
Uses of Context in org.hibernate.jpamodelgen
Methods in org.hibernate.jpamodelgen with parameters of type Context Modifier and Type Method Description static void
ClassWriter. writeFile(MetaEntity entity, Context context)
-
Uses of Context in org.hibernate.jpamodelgen.annotation
Methods in org.hibernate.jpamodelgen.annotation that return Context Modifier and Type Method Description Context
AnnotationMetaEntity. getContext()
Constructors in org.hibernate.jpamodelgen.annotation with parameters of type Context Constructor Description AnnotationMetaEntity(TypeElement element, Context context, boolean lazilyInitialised)
-
Uses of Context in org.hibernate.jpamodelgen.util
Methods in org.hibernate.jpamodelgen.util with parameters of type Context Modifier and Type Method Description static void
TypeUtils. determineAccessTypeForHierarchy(TypeElement searchedElement, Context context)
static String
TypeUtils. extractClosestRealTypeAsString(TypeMirror type, Context context)
static TypeMirror
TypeUtils. getCollectionElementType(DeclaredType t, String fqNameOfReturnedType, String explicitTargetEntityName, Context context)
static String
TypeUtils. getKeyType(DeclaredType t, Context context)
static String
TypeUtils. toArrayTypeString(ArrayType type, Context context)
-
Uses of Context in org.hibernate.jpamodelgen.util.xml
Constructors in org.hibernate.jpamodelgen.util.xml with parameters of type Context Constructor Description XmlParserHelper(Context context)
-
Uses of Context in org.hibernate.jpamodelgen.xml
Constructors in org.hibernate.jpamodelgen.xml with parameters of type Context Constructor Description JpaDescriptorParser(Context context)
-