Modifier and Type | Method and Description |
---|---|
void |
ObjectBuilder.iterate(DescriptorIterator iterator)
INTERNAL:
Perform the itteration opperation on the objects attributes through the mappings.
|
Modifier and Type | Method and Description |
---|---|
void |
IndirectionPolicy.iterateOnAttributeValue(DescriptorIterator iterator,
Object attributeValue)
INTERNAL:
Iterate over the specified attribute value,
heeding the settings in the iterator.
|
void |
BasicIndirectionPolicy.iterateOnAttributeValue(DescriptorIterator iterator,
Object attributeValue)
INTERNAL:
Iterate over the specified attribute value,
|
void |
TransparentIndirectionPolicy.iterateOnAttributeValue(DescriptorIterator iterator,
Object attributeValue)
INTERNAL:
Iterate over the specified attribute value.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregateMapping.iterate(DescriptorIterator iterator)
INTERNAL:
Iterate on the appropriate attribute value.
|
void |
ForeignReferenceMapping.iterate(DescriptorIterator iterator)
INTERNAL:
Iterate on the iterator's current object's attribute defined by this mapping.
|
abstract void |
DatabaseMapping.iterate(DescriptorIterator iterator)
INTERNAL:
Iterate on the appropriate attribute value.
|
protected void |
AggregateMapping.iterateOnAttributeValue(DescriptorIterator iterator,
Object attributeValue)
Iterate on the specified attribute value.
|
void |
CollectionMapping.iterateOnElement(DescriptorIterator iterator,
Object element)
INTERNAL:
Iterate on the specified element.
|
void |
AggregateCollectionMapping.iterateOnElement(DescriptorIterator iterator,
Object element)
INTERNAL:
Iterate on the specified element.
|
void |
DirectCollectionMapping.iterateOnElement(DescriptorIterator iterator,
Object element)
INTERNAL:
Iterate on the specified element.
|
void |
CollectionMapping.iterateOnRealAttributeValue(DescriptorIterator iterator,
Object realAttributeValue)
INTERNAL:
Iterate on the attribute value.
|
abstract void |
ForeignReferenceMapping.iterateOnRealAttributeValue(DescriptorIterator iterator,
Object realAttributeValue)
INTERNAL:
Iterate on the attribute value.
|
void |
ObjectReferenceMapping.iterateOnRealAttributeValue(DescriptorIterator iterator,
Object realAttributeValue)
INTERNAL:
Iterate on the attribute value.
|
void |
DirectCollectionMapping.iterateOnRealAttributeValue(DescriptorIterator iterator,
Object realAttributeValue)
INTERNAL:
Iterate on the attribute value.
|
void |
DatabaseMapping.iterateOnRealAttributeValue(DescriptorIterator iterator,
Object realAttributeValue)
INTERNAL:
Iterate on the attribute value.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDirectMapping.iterate(DescriptorIterator iterator)
INTERNAL:
Iterate on the appropriate attribute.
|
Copyright © 2022. All rights reserved.