public interface ChangeRecord
Purpose: Define the base Change Record API.
Description: This interface is meant to clarify the public protocol into TopLink. It provides access into the information available from the TopLink Change Set
Responsibilities:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribute()
ADVANCED:
Returns the name of the attribute this ChangeRecord Represents
|
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.
|
ObjectChangeSet |
getOwner()
ADVANCED:
This method returns the ObjectChangeSet that references this ChangeRecord
|
java.lang.String getAttribute()
ObjectChangeSet getOwner()
java.lang.Object getOldValue()