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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ClassWriter.writeFile(MetaEntity entity,
Context context) |
Modifier and Type | Method and Description |
---|---|
Context |
AnnotationMetaEntity.getContext() |
Constructor and Description |
---|
AnnotationMetaEntity(TypeElement element,
Context context,
boolean lazilyInitialised) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
XmlParserHelper(Context context) |
Constructor and Description |
---|
JpaDescriptorParser(Context context) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.