Package org.hibernate.event.spi
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 org.hibernate.event.spi.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 org.hibernate.event.spi.AbstractDatabaseOperationEvent
getEntity, getId, getPersister
Methods inherited from class org.hibernate.event.spi.AbstractEvent
getFactory, getSession
-
Constructor Details