Class AbstractPostDatabaseOperationEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PostDeleteEvent, PostInsertEvent, PostUpdateEvent, PostUpsertEvent

public abstract class AbstractPostDatabaseOperationEvent extends AbstractDatabaseOperationEvent
Represents an operation successfully executed by the database.
Since:
7
See Also:
  • Constructor Details

    • AbstractPostDatabaseOperationEvent

      public AbstractPostDatabaseOperationEvent(EventSource source, Object entity, Object id, EntityPersister persister)
      Constructs an event containing the pertinent information.
      Parameters:
      source - The session from which the event originated.
      entity - The entity to be involved in the database operation.
      id - The entity id to be involved in the database operation.
      persister - The entity's persister.