|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Method Summary | |
---|---|
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 |
Method Detail |
---|
java.util.Map getAllChangeSets()
java.util.Map getDeletedObjects()
ObjectChangeSet getObjectChangeSetForClone(java.lang.Object clone)
java.lang.Object getUOWCloneForObjectChangeSet(ObjectChangeSet changeSet)
boolean hasChanges()
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |