Interface ChangeRecord

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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
    • Method Detail

      • getAttribute

        java.lang.String getAttribute()
        ADVANCED: Returns the name of the attribute this ChangeRecord Represents
        Returns:
        java.lang.String
      • getOwner

        ObjectChangeSet getOwner()
        ADVANCED: This method returns the ObjectChangeSet that references this ChangeRecord
        Returns:
        org.eclipse.persistence.sessions.changesets.ObjectChangeSet
      • getOldValue

        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.