Package | Description |
---|---|
org.hibernate.jpamodelgen | |
org.hibernate.jpamodelgen.annotation | |
org.hibernate.jpamodelgen.util | |
org.hibernate.jpamodelgen.xml |
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 |
---|
AnnotationEmbeddable(TypeElement element,
Context context) |
AnnotationMetaEntity(TypeElement element,
Context context) |
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) |
Modifier and Type | Field and Description |
---|---|
protected Context |
XmlMetaEntity.context |
Constructor and Description |
---|
XmlMetaEmbeddable(Embeddable embeddable,
String packageName,
TypeElement element,
Context context) |
XmlMetaEntity(Embeddable embeddable,
String defaultPackageName,
TypeElement element,
Context context) |
XmlMetaEntity(Entity ormEntity,
String defaultPackageName,
TypeElement element,
Context context) |
XmlMetaEntity(MappedSuperclass mappedSuperclass,
String defaultPackageName,
TypeElement element,
Context context) |
XmlParser(Context context) |
Copyright © 2009–2014. All rights reserved.