|
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: This interface defines the API for the changeRecord that maintains the changes made to a collection attribute of an object.
Description: The CollectionChangeRecord stores a list of objects removed from the collection and a seperate list of objects added to a collection
| Method Summary | |
java.util.Vector |
getAddObjectList()ADVANCED: This method returns the collection of ChangeSets that were added to the collection. |
java.util.Vector |
getRemoveObjectList()ADVANCED: This method returns the collection of ChangeSets that were removed from the collection. |
boolean |
hasChanges()ADVANCED: This method returns true if the change set has changes |
| Methods inherited from interface oracle.toplink.changesets.ChangeRecord |
getAttribute, getOwner |
| Method Detail |
public java.util.Vector getAddObjectList()
public java.util.Vector getRemoveObjectList()
public boolean hasChanges()
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||