Interface EntityEditor.PersistEvents.AfterPersist

Enclosing interface:
EntityEditor.PersistEvents

public static interface EntityEditor.PersistEvents.AfterPersist
Events triggered after entities are persisted.
  • Method Details

    • insert

      Returns:
      an observer notified after insert is performed
    • update

      Returns:
      an observer notified after update is performed, with the updated entities, mapped to their state before the update
    • delete

      Returns:
      an observer notified after delete is performed