| Modifier and Type | Method and Description |
|---|---|
AssociationOverrideMetadata |
MetadataDescriptor.getAssociationOverrideFor(String attributeName)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AssociationOverrideMetadata> |
MetadataDescriptor.getAssociationOverrides()
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataDescriptor.addAssociationOverride(AssociationOverrideMetadata associationOverride)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociationOverrideMetadata> |
ClassAccessor.getAssociationOverrides()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassAccessor.processAssociationOverride(AssociationOverrideMetadata associationOverride)
INTERNAL:
Process the association override metadata specified on an entity or
mapped superclass.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassAccessor.setAssociationOverrides(List<AssociationOverrideMetadata> associationOverrides)
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociationOverrideMetadata> |
EmbeddedAccessor.getAssociationOverrides()
INTERNAL:
Used for OX mapping.
|
List<AssociationOverrideMetadata> |
ElementCollectionAccessor.getAssociationOverrides()
INTERNAL:
Used for OX mapping.
|
protected Map<String,AssociationOverrideMetadata> |
MappingAccessor.getAssociationOverrides(List<AssociationOverrideMetadata> associationOverrides)
INTERNAL:
Process the list of association overrides into a map, merging and
overriding any association overrides where necessary with descriptor
level association overrides.
|
List<AssociationOverrideMetadata> |
MappedKeyMapAccessor.getMapKeyAssociationOverrides()
INTERNAL:
|
List<AssociationOverrideMetadata> |
ElementCollectionAccessor.getMapKeyAssociationOverrides()
INTERNAL:
Used for OX mapping.
|
List<AssociationOverrideMetadata> |
CollectionAccessor.getMapKeyAssociationOverrides()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElementCollectionAccessor.addAssociationOverride(AssociationOverrideMetadata associationOverride)
INTERNAL:
|
protected void |
CollectionAccessor.addAssociationOverride(AssociationOverrideMetadata associationOverride)
INTERNAL:
Add the association override to our map key attribute overrides list.
|
protected void |
ObjectAccessor.processAssociationOverride(AssociationOverrideMetadata associationOverride,
EmbeddableMapping embeddableMapping,
DatabaseTable defaultTable,
MetadataDescriptor owningDescriptor)
INTERNAL:
Process an association override for either an embedded object mapping,
or a map mapping (element-collection, 1-M and M-M) containing an
embeddable object as the value or key.
|
protected void |
OneToManyAccessor.processAssociationOverride(AssociationOverrideMetadata associationOverride,
EmbeddableMapping embeddableMapping,
MetadataDescriptor owningDescriptor)
INTERNAL:
Process an association override for either an embedded object mapping,
or a map mapping (element-collection, 1-M and M-M) containing an
embeddable object as the value or key.
|
protected void |
ObjectAccessor.processAssociationOverride(AssociationOverrideMetadata associationOverride,
EmbeddableMapping embeddableMapping,
MetadataDescriptor owningDescriptor)
INTERNAL:
Process an association override for either an embedded object mapping,
or a map mapping (element-collection, 1-M and M-M) containing an
embeddable object as the value or key.
|
protected void |
MappingAccessor.processAssociationOverride(AssociationOverrideMetadata associationOverride,
EmbeddableMapping embeddableMapping,
MetadataDescriptor owningDescriptor)
INTERNAL:
Process an association override for either an embedded object mapping,
or a map mapping (element-collection, 1-M and M-M) containing an
embeddable object as the value or key.
|
protected void |
CollectionAccessor.processAssociationOverride(AssociationOverrideMetadata associationOverride,
EmbeddableMapping embeddableMapping,
MetadataDescriptor owningDescriptor)
INTERNAL:
Process an association override for either an embedded object mapping,
or a map mapping (element-collection, 1-M and M-M) containing an
embeddable object as the value or key.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,AssociationOverrideMetadata> |
MappingAccessor.getAssociationOverrides(List<AssociationOverrideMetadata> associationOverrides)
INTERNAL:
Process the list of association overrides into a map, merging and
overriding any association overrides where necessary with descriptor
level association overrides.
|
protected void |
MappingAccessor.processAssociationOverrides(List<AssociationOverrideMetadata> associationOverrides,
EmbeddableMapping embeddableMapping,
MetadataDescriptor embeddableDescriptor)
INTERNAL:
Process the association overrides for the given embeddable mapping which
is either an embedded or element collection mapping.
|
protected void |
ElementCollectionAccessor.processMappingsFromEmbeddable(MetadataDescriptor embeddableDescriptor,
AggregateObjectMapping nestedAggregateObjectMapping,
EmbeddableMapping embeddableMapping,
Map<String,AttributeOverrideMetadata> attributeOverrides,
Map<String,AssociationOverrideMetadata> associationOverrides,
String dotNotationName)
INTERNAL:
|
void |
EmbeddedAccessor.setAssociationOverrides(List<AssociationOverrideMetadata> associationOverrides)
INTERNAL:
Used for OX mapping.
|
void |
ElementCollectionAccessor.setAssociationOverrides(List<AssociationOverrideMetadata> associationOverrides)
INTERNAL:
Used for OX mapping.
|
void |
ElementCollectionAccessor.setMapKeyAssociationOverrides(List<AssociationOverrideMetadata> mapKeyAssociationOverrides)
INTERNAL:
Used for OX mapping.
|
void |
CollectionAccessor.setMapKeyAssociationOverrides(List<AssociationOverrideMetadata> mapKeyAssociationOverrides)
INTERNAL:
Used for OX mapping.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.