|
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 EISCollectionChangeRecord
Purpose: To provide API into the EISCollectionChangeSet.
Description: Capture the changes for an unordered collection as collections of adds and removes.
Method Summary | |
---|---|
java.util.Vector |
getAdds()
ADVANCED: Return the objects added to the collection. |
java.util.Vector |
getChangedMapKeys()
ADVANCED: Return the objets whose Map keys have changed. |
java.util.Vector |
getRemoves()
ADVANCED: Return the removed objects. |
boolean |
hasChanges()
ADVANCED: Return whether any changes have been recorded with the change record. |
Methods inherited from interface org.eclipse.persistence.sessions.changesets.ChangeRecord |
---|
getAttribute, getOwner |
Method Detail |
---|
java.util.Vector getAdds()
java.util.Vector getChangedMapKeys()
ADVANCED: Return the objets whose Map keys have changed. The contents of this collection is determined by the mapping that populated it
java.util.Vector getRemoves()
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 |