|
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 CollectionChangeRecord
Purpose: This interface defines the API for the changeRecord that maintains the changes made to a collection attribute of an object.
Description: The CollectionChangeRecord stores a list of objects removed from the collection and a separate list of objects added to a collection
Method Summary | |
---|---|
java.util.Map |
getAddObjectList()
ADVANCED: This method returns the Map that contains the added values to the collection and their corresponding ChangeSets. |
java.util.Map |
getRemoveObjectList()
ADVANCED: This method returns the Map that contains the removed values from the collection and their corresponding ChangeSets. |
boolean |
hasChanges()
ADVANCED: This method returns true if the change set has changes |
Methods inherited from interface org.eclipse.persistence.sessions.changesets.ChangeRecord |
---|
getAttribute, getOwner |
Method Detail |
---|
java.util.Map getAddObjectList()
java.util.Map getRemoveObjectList()
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 |