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 Summary
Modifier and TypeMethodDescriptionvoidonAfterIdentityChange(ORecord record) called afer the change of the identity is made.voidonBeforeIdentityChange(ORecord record) Called before the change of the identity is made.
-
Method Details
-
onBeforeIdentityChange
Called before the change of the identity is made.- Parameters:
record-
-
onAfterIdentityChange
called afer the change of the identity is made.- Parameters:
record-
-