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(javax.lang.model.element.TypeElement element,
Context context,
boolean lazilyInitialised) |
Modifier and Type | Method and Description |
---|---|
static void |
TypeUtils.determineAccessTypeForHierarchy(javax.lang.model.element.TypeElement searchedElement,
Context context) |
static java.lang.String |
TypeUtils.extractClosestRealTypeAsString(javax.lang.model.type.TypeMirror type,
Context context) |
static javax.lang.model.type.TypeMirror |
TypeUtils.getCollectionElementType(javax.lang.model.type.DeclaredType t,
java.lang.String fqNameOfReturnedType,
java.lang.String explicitTargetEntityName,
Context context) |
static java.lang.String |
TypeUtils.getKeyType(javax.lang.model.type.DeclaredType t,
Context context) |
static java.lang.String |
TypeUtils.toArrayTypeString(javax.lang.model.type.ArrayType type,
Context context) |
Constructor and Description |
---|
XmlParserHelper(Context context) |
Constructor and Description |
---|
JpaDescriptorParser(Context context) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.