Uses of Class
org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
-
Packages that use AbstractPreDatabaseOperationEvent Package Description org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession. -
-
Uses of AbstractPreDatabaseOperationEvent in org.hibernate.event.spi
Subclasses of AbstractPreDatabaseOperationEvent in org.hibernate.event.spi Modifier and Type Class Description classPreDeleteEventRepresents apre-deleteevent, which occurs just prior to performing the deletion of an entity from the database.classPreInsertEventRepresents apre-insertevent, which occurs just prior to performing the insert of an entity into the database.classPreUpdateEventRepresents apre-updateevent, which occurs just prior to performing the update of an entity in the database.
-