Interface AggregateCollectionChangeRecord
- All Superinterfaces:
ChangeRecord
Purpose: Define the Public interface for the Aggregate Collection Change Record.
Description: This interface is meant to clarify the public protocol into TopLink.
-
Method Summary
Modifier and TypeMethodDescriptionList<org.eclipse.persistence.internal.sessions.ObjectChangeSet>
ADVANCED: Return the values representing the changed AggregateCollection.Methods inherited from interface org.eclipse.persistence.sessions.changesets.ChangeRecord
getAttribute, getOldValue, getOwner
-
Method Details
-
getChangedValues
List<org.eclipse.persistence.internal.sessions.ObjectChangeSet> getChangedValues()ADVANCED: Return the values representing the changed AggregateCollection.- Returns:
- java.util.Vector
-