public interface AggregateChangeRecord extends ChangeRecord
Purpose: Define the Public interface for the Aggregate Change Record.
Description: This interface is meant to clarify the public protocol into TopLink.
Modifier and Type | Method and Description |
---|---|
ObjectChangeSet |
getChangedObject()
ADVANCED:
This method is used to return the ObjectChangeSet representing the changed Aggregate.
|
java.lang.Object |
getOldValue()
ADVANCED:
If the owning UnitOfWork has shouldChangeRecordKeepOldValue set to true,
then return the old value of the attribute represented by this ChangeRecord.
|
getAttribute, getOwner
ObjectChangeSet getChangedObject()
java.lang.Object getOldValue()
getOldValue
in interface ChangeRecord