|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Purpose: To provide API into the SDKCollectionChangeSet.
Description: Capture the changes for an unordered collection as collections of adds and removes.
SDKAggregateCollectionMapping
,
SDKObjectCollectionMapping
,
SDKDirectCollectionMapping
Method Summary |
Type | Method |
---|---|
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 oracle.toplink.changesets.ChangeRecord |
getAttribute, getOwner |
Method Detail |
public java.util.Vector getAdds()
public 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:
public java.util.Vector getRemoves()
public boolean hasChanges()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |