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 | 
|---|---|
java.util.Map | 
getAllChangeSets()
ADVANCED: This method returns a reference to the collection. 
 | 
java.util.Map | 
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 
 | 
java.util.Map getAllChangeSets()
java.util.Map getDeletedObjects()
ObjectChangeSet getObjectChangeSetForClone(java.lang.Object clone)
java.lang.Object getUOWCloneForObjectChangeSet(ObjectChangeSet changeSet)
boolean hasChanges()