Package | Description |
---|---|
oracle.toplink.essentials.descriptors | |
oracle.toplink.essentials.mappings | |
oracle.toplink.essentials.queryframework | |
oracle.toplink.essentials.sessions |
Modifier and Type | Method and Description |
---|---|
Object |
TimestampLockingPolicy.getNewLockValue(ModifyQuery query)
INTERNAL:
Returns the new Timestamp value.
|
protected Object |
VersionLockingPolicy.getNewLockValue(ModifyQuery query)
INTERNAL:
This method gets the write lock value from either the cache or
the object stored in the query.
|
Modifier and Type | Field and Description |
---|---|
protected ModifyQuery |
DirectCollectionMapping.changeSetDeleteQuery
Used for deletion when ChangeSets are used
|
protected ModifyQuery |
CollectionMapping.deleteAllQuery
Used for delete all in m-m, dc and delete all optimization in 1-m.
|
Modifier and Type | Method and Description |
---|---|
protected ModifyQuery |
CollectionMapping.getDeleteAllQuery() |
protected ModifyQuery |
DirectCollectionMapping.getDeleteQuery() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionMapping.setCustomDeleteAllQuery(ModifyQuery query)
PUBLIC:
The default delete all query for mapping can be overridden by specifying the new query.
|
void |
DirectCollectionMapping.setCustomDeleteQuery(ModifyQuery query)
PUBLIC:
The default delete query for this mapping can be overridden by specifying the new query.
|
protected void |
CollectionMapping.setDeleteAllQuery(ModifyQuery query) |
protected void |
DirectCollectionMapping.setDeleteQuery(ModifyQuery query) |
Modifier and Type | Class and Description |
---|---|
class |
DataModifyQuery
Purpose:
Concrete class used for executing non selecting SQL strings.
|
class |
DeleteAllQuery
Purpose:
Query used to delete a collection of objects
|
class |
DeleteObjectQuery
Purpose: Used for deleting objects.
|
class |
InsertObjectQuery
Purpose:
Used for inserting new objects into the database.
|
class |
ModifyAllQuery
PUBLIC:
Query used to perform a bulk delete using TopLink's expression framework.
|
class |
ObjectLevelModifyQuery
Purpose:
Abstract class for all object modify queries.
|
class |
UpdateAllQuery
PUBLIC:
A Query Class used to perform a bulk update using TopLink's expression framework.
|
class |
UpdateObjectQuery
Purpose:
Used for updating existing objects into the database.
|
class |
WriteObjectQuery
Purpose:
Used for inserting or updating objects
WriteObjectQuery determines whether to perform a insert or an update on the database.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionEventManager.noRowsModified(ModifyQuery query,
Object object)
INTERNAL:
Raised for stored proc output parameters.
|
Copyright © 2023. All rights reserved.