| Modifier and Type | Class and Description |
|---|---|
class |
AssociationOverrideMetadataImpl
Implementation of
AttributeOverrideMetadata. |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationAttributeMetadataImpl
The implementation for
AssociationAttributeMetadata. |
class |
ManyToManyAttributeMetadataImpl
Implementation of
ManyToManyAttributeMetadata. |
class |
ManyToOneAttributeMetadataImpl
Implementation of
ManyToOneAttributeMetadata. |
class |
OneToManyAttributeMetadataImpl
Implementation of
OneToManyAttributeMetadata. |
class |
OneToOneAttributeMetadataImpl
Implementation of
OneToOneAttributeMetadata. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AssociationMetadata> |
EmbeddedAttributeMetadataImpl.getAssociationOverrides()
Returns the list of association overrides for the embedded attribute.
|
java.util.List<AssociationMetadata> |
ElementCollectionAttributeMetadataImpl.getAssociationOverrides()
Returns the list of association overrides for the embedded attribute.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AssociationMetadata> |
EntityMetadataImpl.getAssociationOverrides()
Returns the associationOverrides of the entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationOverrideElement
Element for
association-override elements. |
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationElement
Element for
one-to-one elements. |
class |
ManyToManyAttributeElement
Element for
many-to-many elements. |
class |
ManyToOneAttributeElement
Element for
many-to-one elements. |
class |
OneToManyAttributeElement
Element for
one-to-many elements. |
class |
OneToOneAttributeElement
Element for
one-to-one elements. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AssociationMetadata> |
EmbeddedAttributeElement.getAssociationOverrides()
Returns the list of association overrides for the embedded attribute.
|
java.util.List<AssociationMetadata> |
ElementCollectionAttributeElement.getAssociationOverrides()
Returns the list of association overrides for the embedded attribute.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AssociationMetadata> |
EntityElementFactory.getAssociationOverrides()
Returns the associationOverrides of the entity.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationAttributeMetadata
The common definition of association attributes.
|
interface |
ManyToManyAttributeMetadata
The definition of the one to many attributes.
|
interface |
ManyToOneAttributeMetadata
The definition of the many to one attributes.
|
interface |
OneToManyAttributeMetadata
The definition of the one to many attributes.
|
interface |
OneToOneAttributeMetadata
The definition of the one to one attributes.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AssociationMetadata> |
EmbeddedAttributeMetadata.getAssociationOverrides()
Returns the list of association overrides for the embedded attribute.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AssociationMetadata> |
EntityMetadata.getAssociationOverrides()
Returns the associationOverrides of the entity.
|
Copyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.