EclipseLink 1.1.4, build 'v20100812-r7860' API Reference

org.eclipse.persistence.sessions.changesets
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
 java.lang.Object getNewValue()
          ADVANCED: Returns the new value assigned during the change
 
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

EclipseLink 1.1.4, build 'v20100812-r7860' API Reference