| Modifier and Type | Method and Description |
|---|---|
AssociationMetadata |
EntityTypeImpl.getAssociationOverride(String path)
Returns if attribute with the
path is overridden by the entity. |
| Modifier and Type | Method and Description |
|---|---|
AssociationMetadata |
EmbeddedAttribute.getAssociationOverride(String path)
Returns the association override if one exists for the path.
|
| Modifier and Type | Method and Description |
|---|---|
protected AssociationMetadata |
AssociationMappingImpl.getAssociationMetadata()
Returns the effective association metadata for the attribute checking with the parent mappings and entities.
|
AssociationMetadata |
EmbeddedMappingImpl.getAssociationOverride(String path)
Returns the association override or
null |
| 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 |
|---|---|
List<AssociationMetadata> |
ElementCollectionAttributeMetadataImpl.getAssociationOverrides()
Returns the list of association overrides for the embedded attribute.
|
List<AssociationMetadata> |
EmbeddedAttributeMetadataImpl.getAssociationOverrides()
Returns the list of association overrides for the embedded attribute.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
List<AssociationMetadata> |
ElementCollectionAttributeElement.getAssociationOverrides()
Returns the list of association overrides for the embedded attribute.
|
List<AssociationMetadata> |
EmbeddedAttributeElement.getAssociationOverrides()
Returns the list of association overrides for the embedded attribute.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
List<AssociationMetadata> |
EmbeddedAttributeMetadata.getAssociationOverrides()
Returns the list of association overrides for the embedded attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociationMetadata> |
EntityMetadata.getAssociationOverrides()
Returns the associationOverrides of the entity.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.