Package | Description |
---|---|
oracle.toplink.essentials.descriptors | |
oracle.toplink.essentials.mappings |
Modifier and Type | Field and Description |
---|---|
protected InsertObjectQuery |
DescriptorQueryManager.insertQuery |
Modifier and Type | Method and Description |
---|---|
InsertObjectQuery |
DescriptorQueryManager.getInsertQuery()
ADVANCED:
Return the receiver's insert query.
|
Modifier and Type | Method and Description |
---|---|
void |
DescriptorQueryManager.setInsertQuery(InsertObjectQuery insertQuery)
ADVANCED:
Set the receiver's insert query.
|
Modifier and Type | Method and Description |
---|---|
InsertObjectQuery |
AggregateCollectionMapping.getAndPrepareModifyQueryForInsert(ObjectLevelModifyQuery originalQuery,
Object object)
INTERNAL:
setup the modifyQuery for post insert/update and pre delete
|
protected InsertObjectQuery |
AggregateCollectionMapping.getInsertObjectQuery(AbstractSession session,
ClassDescriptor desc)
INTERNAL:
Returns clone of InsertObjectQuery from the reference descriptor, if it is not set - create it.
|
Copyright © 2024. All rights reserved.