|
Oracle Application Server TopLink API Reference 10g (9.0.4) B10491-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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 | |
int[] |
getAddIndexes()ADVANCED: Return the indexes into the new collection of the elements that were added. |
java.util.Vector |
getAdds()ADVANCED: Return the entries for all the elements added to the new collection. |
int[][] |
getMoveIndexes()Deprecated. use #getMoveIndexPairs() |
int[][] |
getMoveIndexPairs()ADVANCED: ADVANCED: Return the indexes of the elements that were simply moved within the collection. |
java.util.Vector |
getMoves()ADVANCED: Return the entries for all the elements that were simply shuffled within the collection. |
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. |
java.util.Vector |
getRemoves()ADVANCED: Return the entries for all the elements removed from the old collection. |
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 java.util.Vector getAdds()
public int[][] getMoveIndexes()
getMoveIndexPairs()public int[][] getMoveIndexPairs()
public java.util.Vector getMoves()
public java.util.Vector getNewCollection()
public int[] getRemoveIndexes()
public java.util.Vector getRemoves()
public boolean hasChanges()
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||