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 |
AnnotationEmbeddable |
class |
AnnotationMetaEntity
Class used to collect meta information about an annotated entity.
|
Modifier and Type | Method and Description |
---|---|
MetaEntity |
AnnotationMetaAttribute.getHostingEntity() |
Modifier and Type | Method and Description |
---|---|
MetaEntity |
MetaAttribute.getHostingEntity() |
Modifier and Type | Class and Description |
---|---|
class |
XmlMetaEmbeddable |
class |
XmlMetaEntity |
Modifier and Type | Method and Description |
---|---|
MetaEntity |
XmlMetaAttribute.getHostingEntity() |
Copyright © 2009-2012. All Rights Reserved.