Package | Description |
---|---|
oracle.toplink.essentials.changesets | |
oracle.toplink.essentials.internal.sessions | |
oracle.toplink.essentials.sessions |
Modifier and Type | Method and Description |
---|---|
UnitOfWorkChangeSet |
ObjectChangeSet.getUOWChangeSet()
ADVANCED:
This method is used to return the parent ChangeSet.
|
Modifier and Type | Class and Description |
---|---|
class |
UnitOfWorkChangeSet
Purpose: This is the overall collection of changes.
|
Modifier and Type | Method and Description |
---|---|
UnitOfWorkChangeSet |
UnitOfWorkImpl.getCurrentChanges()
ADVANCED:
This method Will Calculate the chages for the UnitOfWork.
|
UnitOfWorkChangeSet |
UnitOfWorkImpl.getUnitOfWorkChangeSet()
ADVANCED:
Returns the currentChangeSet from the UnitOfWork.
|
UnitOfWorkChangeSet |
ObjectChangeSet.getUOWChangeSet()
ADVANCED:
This method is used to return the parent ChangeSet
|
Modifier and Type | Method and Description |
---|---|
UnitOfWorkChangeSet |
UnitOfWork.getCurrentChanges()
ADVANCED:
This method Will Calculate the chages for the UnitOfWork.
|
UnitOfWorkChangeSet |
UnitOfWork.getUnitOfWorkChangeSet()
ADVANCED:
Returns the currentChangeSet from the UnitOfWork.
|
Copyright © 2022. All rights reserved.