public interface EISCollectionChangeRecord extends ChangeRecord
Purpose: To provide API into the EISCollectionChangeSet.
Description: Capture the changes for an unordered collection as collections of adds and removes.
Modifier and Type | Method and Description |
---|---|
Vector |
getAdds()
ADVANCED:
Return the objects added to the collection.
|
Vector |
getChangedMapKeys()
ADVANCED:
Return the objets whose Map keys have changed.
|
Vector |
getRemoves()
ADVANCED:
Return the removed objects.
|
boolean |
hasChanges()
ADVANCED:
Return whether any changes have been recorded with the change record.
|
getAttribute, getOldValue, getOwner
Vector getAdds()
Vector getChangedMapKeys()
ADVANCED: Return the objets whose Map keys have changed. The contents of this collection is determined by the mapping that populated it
Vector getRemoves()
boolean hasChanges()
EclipseLink 2.3.2, "build v20111125-r10461" API Reference