| Modifier and Type | Method and Description |
|---|---|
AttributeOverrideMetadata |
MetadataDescriptor.getAttributeOverrideFor(String attributeName)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AttributeOverrideMetadata> |
MetadataDescriptor.getAttributeOverrides()
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataDescriptor.addAttributeOverride(AttributeOverrideMetadata attributeOverride)
INTERNAL:
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeOverrideMetadata> |
ClassAccessor.getAttributeOverrides()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassAccessor.processAttributeOverride(AttributeOverrideMetadata attributeOverride)
INTERNAL:
Process the attribute override metadata specified on an entity or
mapped superclass.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassAccessor.setAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides)
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected AttributeOverrideMetadata |
MappingAccessor.getAttributeOverride(String loggingCtx)
INTERNAL:
Return the attribute override for this accessor.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeOverrideMetadata> |
EmbeddedAccessor.getAttributeOverrides()
INTERNAL:
Used for OX mapping.
|
List<AttributeOverrideMetadata> |
ElementCollectionAccessor.getAttributeOverrides()
INTERNAL:
Used for OX mapping.
|
protected Map<String,AttributeOverrideMetadata> |
MappingAccessor.getAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides)
INTERNAL:
Process the list of attribute overrides into a map, merging and
overriding any attribute overrides where necessary with descriptor
level attribute overrides.
|
List<AttributeOverrideMetadata> |
MappedKeyMapAccessor.getMapKeyAttributeOverrides()
INTERNAL:
|
List<AttributeOverrideMetadata> |
ElementCollectionAccessor.getMapKeyAttributeOverrides()
INTERNAL:
Used for OX mapping.
|
List<AttributeOverrideMetadata> |
CollectionAccessor.getMapKeyAttributeOverrides()
INTERNAL:
Used for OX mapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElementCollectionAccessor.addAttributeOverride(AttributeOverrideMetadata attributeOverride)
INTERNAL:
|
protected void |
CollectionAccessor.addAttributeOverride(AttributeOverrideMetadata attributeOverride)
INTERNAL:
Add the attribute override to our map key attribute overrides list.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,AttributeOverrideMetadata> |
MappingAccessor.getAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides)
INTERNAL:
Process the list of attribute overrides into a map, merging and
overriding any attribute overrides where necessary with descriptor
level attribute overrides.
|
protected void |
MappingAccessor.processAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides,
AggregateObjectMapping aggregateObjectMapping,
MetadataDescriptor embeddableDescriptor)
INTERNAL:
Process the attribute overrides for the given embedded mapping.
|
protected void |
ElementCollectionAccessor.processMappingsFromEmbeddable(MetadataDescriptor embeddableDescriptor,
AggregateObjectMapping nestedAggregateObjectMapping,
EmbeddableMapping embeddableMapping,
Map<String,AttributeOverrideMetadata> attributeOverrides,
Map<String,AssociationOverrideMetadata> associationOverrides,
String dotNotationName)
INTERNAL:
|
void |
EmbeddedAccessor.setAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides)
INTERNAL:
Used for OX mapping.
|
void |
ElementCollectionAccessor.setAttributeOverrides(List<AttributeOverrideMetadata> attributeOverrides)
INTERNAL:
Used for OX mapping.
|
void |
ElementCollectionAccessor.setMapKeyAttributeOverrides(List<AttributeOverrideMetadata> mapKeyAttributeOverrides)
INTERNAL:
Used for OX mapping.
|
void |
CollectionAccessor.setMapKeyAttributeOverrides(List<AttributeOverrideMetadata> mapKeyAttributeOverrides)
INTERNAL:
Used for OX mapping.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.