| Package | Description |
|---|---|
| org.hibernate.jpamodelgen.annotation | |
| org.hibernate.jpamodelgen.model | |
| org.hibernate.jpamodelgen.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationMetaAttribute
Captures all information about an annotated persistent attribute.
|
class |
AnnotationMetaCollection |
class |
AnnotationMetaMap |
class |
AnnotationMetaSingleAttribute |
| Modifier and Type | Method and Description |
|---|---|
List<MetaAttribute> |
AnnotationEmbeddable.getMembers() |
List<MetaAttribute> |
AnnotationMetaEntity.getMembers() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationMetaEntity.mergeInMembers(Collection<MetaAttribute> attributes) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetaCollection |
interface |
MetaSingleAttribute |
| Modifier and Type | Method and Description |
|---|---|
List<MetaAttribute> |
MetaEntity.getMembers() |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlMetaAttribute |
class |
XmlMetaCollection |
class |
XmlMetaMap |
class |
XmlMetaSingleAttribute |
| Modifier and Type | Field and Description |
|---|---|
protected List<MetaAttribute> |
XmlMetaEntity.members |
| Modifier and Type | Method and Description |
|---|---|
List<MetaAttribute> |
XmlMetaEmbeddable.getMembers() |
List<MetaAttribute> |
XmlMetaEntity.getMembers() |
Copyright © 2009–2014. All rights reserved.