Interface DirectCollectionChangeRecord
- All Superinterfaces:
ChangeRecord
Purpose: This interface defines the API for the ChangeRecord that holds the changes made to a direct collection attribute of an object.
Description: Collections are compared to each other and added and removed objects are recorded separately
-
Method Summary
Modifier and TypeMethodDescriptionADVANCED: This method returns the collection of Primitive Objects that were added to the collection.ADVANCED: This method returns the collection of Primitive Objects that were removed to the collection.Methods inherited from interface org.eclipse.persistence.sessions.changesets.ChangeRecord
getAttribute, getOldValue, getOwner
-
Method Details
-
getAddObjectList
Vector getAddObjectList()ADVANCED: This method returns the collection of Primitive Objects that were added to the collection.- Returns:
- java.util.Vector
-
getRemoveObjectList
Vector getRemoveObjectList()ADVANCED: This method returns the collection of Primitive Objects that were removed to the collection.- Returns:
- java.util.Vector
-