|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
Type | Method |
---|---|
oracle.toplink.internal.helper.IdentityHashtable |
getAllChangeSets()
ADVANCED: This method returns a reference to the collection. |
oracle.toplink.internal.helper.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 |
Method Detail |
public oracle.toplink.internal.helper.IdentityHashtable getAllChangeSets()
public oracle.toplink.internal.helper.IdentityHashtable getDeletedObjects()
public ObjectChangeSet getObjectChangeSetForClone(java.lang.Object clone)
public java.lang.Object getUOWCloneForObjectChangeSet(ObjectChangeSet changeSet)
public boolean hasChanges()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |