Package | Description |
---|---|
oracle.toplink.essentials.descriptors | |
oracle.toplink.essentials.internal.sessions | |
oracle.toplink.essentials.mappings |
Modifier and Type | Field and Description |
---|---|
protected DeleteObjectQuery |
DescriptorQueryManager.deleteQuery |
Modifier and Type | Method and Description |
---|---|
DeleteObjectQuery |
DescriptorQueryManager.getDeleteQuery()
ADVANCED:
Return the receiver's delete query.
|
Modifier and Type | Method and Description |
---|---|
void |
DescriptorQueryManager.setDeleteQuery(DeleteObjectQuery query)
ADVANCED:
Set the receiver's delete query.
|
Modifier and Type | Method and Description |
---|---|
Object |
UnitOfWorkImpl.processDeleteObjectQuery(DeleteObjectQuery deleteQuery)
INTERNAL:
This method is used to process delete queries that pass through the unitOfWork
It is extracted out of the internalExecuteQuery method to reduce duplication
|
Modifier and Type | Method and Description |
---|---|
protected DeleteObjectQuery |
AggregateMapping.buildAggregateDeleteQuery(WriteObjectQuery sourceQuery,
Object sourceAttributeValue)
Make a copy of the sourceQuery for the attribute.
|
Copyright © 2022. All rights reserved.