Class AbstractPostDatabaseOperationEvent
java.lang.Object
org.hibernate.event.spi.AbstractEvent
org.hibernate.event.spi.AbstractDatabaseOperationEvent
org.hibernate.event.spi.AbstractPostDatabaseOperationEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PostDeleteEvent, PostInsertEvent, PostUpdateEvent, PostUpsertEvent
Represents an operation successfully executed by the database.
- Since:
- 7
- See Also:
-
Field Summary
Fields inherited from class AbstractEvent
source -
Constructor Summary
ConstructorsConstructorDescriptionAbstractPostDatabaseOperationEvent(SharedSessionContractImplementor source, Object entity, Object id, EntityPersister persister) Constructs an event containing the pertinent information. -
Method Summary
Methods inherited from class AbstractDatabaseOperationEvent
getEntity, getId, getPersisterMethods inherited from class AbstractEvent
getFactory, getSession
-
Constructor Details