Package | Description |
---|---|
org.hibernate.jpamodelgen | |
org.hibernate.jpamodelgen.annotation | |
org.hibernate.jpamodelgen.model | |
org.hibernate.jpamodelgen.xml |
Modifier and Type | Method and Description |
---|---|
MetaEntity |
Context.getMetaEmbeddable(String fqcn) |
MetaEntity |
Context.getMetaEntity(String fqcn) |
Modifier and Type | Method and Description |
---|---|
Collection<MetaEntity> |
Context.getMetaEmbeddables() |
Collection<MetaEntity> |
Context.getMetaEntities() |
Modifier and Type | Method and Description |
---|---|
void |
Context.addMetaEmbeddable(String fqcn,
MetaEntity metaEntity) |
void |
Context.addMetaEntity(String fqcn,
MetaEntity metaEntity) |
static void |
ClassWriter.writeFile(MetaEntity entity,
Context context) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationMetaEntity
Class used to collect meta information about an annotated type (entity, embeddable or mapped superclass).
|
Modifier and Type | Method and Description |
---|---|
MetaEntity |
AnnotationMetaAttribute.getHostingEntity() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationMetaEntity.mergeInMembers(MetaEntity other) |
Modifier and Type | Method and Description |
---|---|
MetaEntity |
MetaAttribute.getHostingEntity() |
Modifier and Type | Class and Description |
---|---|
class |
XmlMetaEntity
Collects XML-based meta information about an annotated type (entity, embeddable or mapped superclass).
|
Modifier and Type | Method and Description |
---|---|
MetaEntity |
XmlMetaAttribute.getHostingEntity() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.