Interface OIdentityChangeListener

All Known Implementing Classes:
ORecordLazySet

public interface OIdentityChangeListener
Listener, which is called when record identity is changed. Identity is changed if new record is saved or if transaction is committed and new record created inside of transaction.
  • Method Details

    • onBeforeIdentityChange

      void onBeforeIdentityChange(ORecord record)
      Called before the change of the identity is made.
      Parameters:
      record -
    • onAfterIdentityChange

      void onAfterIdentityChange(ORecord record)
      called afer the change of the identity is made.
      Parameters:
      record -