public interface UnitOfWorkChangeSet
Purpose: To Provide API to the UnitOfWorkChangeSet.
Description:The UnitOfWorkChangeSet contains all of the individual ObjectChangeSets. It is stored and used by the UnitOfWork
Modifier and Type | Method and Description |
---|---|
IdentityHashtable |
getAllChangeSets()
ADVANCED:
This method returns a reference to the collection.
|
IdentityHashtable |
getDeletedObjects()
ADVANCED:
This method returns the reference to the deleted objects from the changeSet
|
ObjectChangeSet |
getObjectChangeSetForClone(java.lang.Object clone)
ADVANCED:
Get ChangeSet for a particular clone
|
java.lang.Object |
getUOWCloneForObjectChangeSet(ObjectChangeSet changeSet)
ADVANCED:
This method returns the Clone for a particular changeSet
|
boolean |
hasChanges()
ADVANCED:
Returns true if the Unit Of Work change Set has changes
|
IdentityHashtable getAllChangeSets()
IdentityHashtable getDeletedObjects()
ObjectChangeSet getObjectChangeSetForClone(java.lang.Object clone)
java.lang.Object getUOWCloneForObjectChangeSet(ObjectChangeSet changeSet)
boolean hasChanges()