|
|||||||||
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 ordered collection where the entire collection is simply replaced if it has changed.
SDKAggregateCollectionMapping
,
SDKObjectCollectionMapping
,
SDKDirectCollectionMapping
Method Summary |
Type | Method |
---|---|
int[] |
getAddIndexes()
ADVANCED: Return the indexes into the new collection of the elements that were added. |
int[][] |
getMoveIndexes()
ADVANCED: Return the indexes of the elements that were simply moved. |
java.util.Vector |
getNewCollection()
ADVANCED: Return the entries for all the elements in the new collection. |
int[] |
getRemoveIndexes()
ADVANCED: Return the indexes into the old collection of the elements that were removed. |
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 int[] getAddIndexes()
public int[][] getMoveIndexes()
public java.util.Vector getNewCollection()
public int[] getRemoveIndexes()
public boolean hasChanges()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |