Interface TransformationMappingChangeRecord

All Superinterfaces:
ChangeRecord

public interface TransformationMappingChangeRecord extends ChangeRecord

Purpose: To Provide API to the TransformationMappingChangeRecord.

Description: This changeRecord stores the particular database row that was changed in the mapping.

  • Method Summary

    Modifier and Type
    Method
    Description
    ADVANCED: This method is used to access the changes of the fields in a transformation mapping.

    Methods inherited from interface org.eclipse.persistence.sessions.changesets.ChangeRecord

    getAttribute, getOldValue, getOwner
  • Method Details

    • getRecord

      Record getRecord()
      ADVANCED: This method is used to access the changes of the fields in a transformation mapping.
      Returns:
      org.eclipse.persistence.sessions.Record