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 |
---|---|
Map |
getAllChangeSets()
ADVANCED:
This method returns a reference to the collection.
|
Map |
getDeletedObjects()
ADVANCED:
This method returns the reference to the deleted objects from the changeSet
|
ObjectChangeSet |
getObjectChangeSetForClone(Object clone)
ADVANCED:
Get ChangeSet for a particular clone
|
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
|
Map getAllChangeSets()
Map getDeletedObjects()
ObjectChangeSet getObjectChangeSetForClone(Object clone)
Object getUOWCloneForObjectChangeSet(ObjectChangeSet changeSet)
boolean hasChanges()
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.