Package | Description |
---|---|
oracle.toplink.essentials.internal.queryframework | |
oracle.toplink.essentials.internal.sessions |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseQueryMechanism.shallowDeleteObjectForWrite(Object object,
WriteObjectQuery writeQuery,
CommitManager commitManager)
INTERNAL:
Shallow delete the specified object.
|
void |
DatabaseQueryMechanism.shallowInsertObjectForWrite(Object object,
WriteObjectQuery writeQuery,
CommitManager commitManager)
INTERNAL:
Shallow insert the specified object.
|
Modifier and Type | Field and Description |
---|---|
protected CommitManager |
AbstractSession.commitManager
Resolves referencial integrity on commits.
|
Modifier and Type | Method and Description |
---|---|
CommitManager |
AbstractSession.getCommitManager()
INTERNAL:
The commit manager is used to resolve referncial integrity on commits of multiple objects.
|
CommitManager |
UnitOfWorkImpl.getCommitManager()
INTERNAL:
The commit manager is used to resolve referncial integrity on commits of multiple objects.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSession.setCommitManager(CommitManager commitManager)
INTERNAL:
The commit manager is used to resolve referncial integrity on commits of multiple objects.
|
Copyright © 2022. All rights reserved.