Modifier and Type | Field and Description |
---|---|
protected ReadObjectQuery |
DescriptorQueryManager.readObjectQuery |
Modifier and Type | Method and Description |
---|---|
ReadObjectQuery |
DescriptorQueryManager.getReadObjectQuery()
ADVANCED:
Return the receiver's read query.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractRecord |
InheritancePolicy.selectOneRowUsingCustomMultipleTableSubclassRead(ReadObjectQuery query)
INTERNAL:
Select one rows from a abstract table descriptor.
|
protected AbstractRecord |
InheritancePolicy.selectOneRowUsingDefaultMultipleTableSubclassRead(ReadObjectQuery query)
INTERNAL:
Select one row of any concrete subclass,
This must use two selects, the first retreives the type field only.
|
AbstractRecord |
InheritancePolicy.selectOneRowUsingMultipleTableSubclassRead(ReadObjectQuery query)
INTERNAL:
Select one row of any concrete subclass,
This must use two selects, the first retreives the type field only.
|
void |
DescriptorQueryManager.setReadObjectQuery(ReadObjectQuery query)
ADVANCED:
Set the receiver's read query.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectBuilder.assignReturnValueForField(Object object,
ReadObjectQuery query,
AbstractRecord row,
DatabaseField field,
Collection handledMappings)
INTERNAL:
Assign values from objectRow to the object through all the mappings corresponding to the field.
|
protected void |
ObjectBuilder.assignReturnValueToMapping(Object object,
ReadObjectQuery query,
AbstractRecord row,
DatabaseField field,
DatabaseMapping mapping,
Collection handledMappings)
INTERNAL:
Assign values from objectRow to the object through the mapping.
|
Modifier and Type | Method and Description |
---|---|
protected ReadObjectQuery |
IndirectionPolicy.buildCascadeQuery(MergeManager mergeManager)
INTERNAL
Return true if the refresh shoud refresh on this mapping or not.
|
Modifier and Type | Method and Description |
---|---|
protected ReadObjectQuery |
DatabaseQueryMechanism.getReadObjectQuery()
Convenience method
|
Modifier and Type | Method and Description |
---|---|
Object |
AggregateObjectMapping.readFromReturnRowIntoObject(AbstractRecord row,
Object targetObject,
ReadObjectQuery query,
Collection handledMappings)
INTERNAL:
Build an aggregate object from the specified return row and put it
in the specified target object.
|
Copyright © 2024. All rights reserved.