Interface DirectToFieldChangeRecord
-
- All Superinterfaces:
ChangeRecord
public interface DirectToFieldChangeRecord extends ChangeRecord
Purpose: This interface provides public API to the class responsible for holding the change made to a directToFieldMapping.
Description: This changeRecord stores the value that the direct to field was changed to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getNewValue()
ADVANCED: Returns the new value assigned during the changejava.lang.Object
getOldValue()
ADVANCED: Return the old value of the attribute represented by this ChangeRecord.-
Methods inherited from interface org.eclipse.persistence.sessions.changesets.ChangeRecord
getAttribute, getOwner
-
-
-
-
Method Detail
-
getNewValue
java.lang.Object getNewValue()
ADVANCED: Returns the new value assigned during the change- Returns:
- java.lang.Object
-
getOldValue
java.lang.Object getOldValue()
ADVANCED: Return the old value of the attribute represented by this ChangeRecord.- Specified by:
getOldValue
in interfaceChangeRecord
-
-