Uses of Class
org.hibernate.event.spi.AbstractEvent
Packages that use AbstractEvent
Package
Description
Defines the event types and event listener interfaces for
events produced by the stateful
Session.-
Uses of AbstractEvent in org.hibernate.event.spi
Subclasses of AbstractEvent in org.hibernate.event.spiModifier and TypeClassDescriptionclassBase for events which denote database operations.classRepresents an operation successfully executed by the database.classRepresents an operation that is about to be executed by the database.classOccurs after deleting an item from the datastoreclassOccurs after inserting an item in the datastoreclassOccurs after the datastore is updatedclassOccurs after the datastore is updated via a SQLmergeclassRepresents apre-deleteevent, which occurs just prior to performing the deletion of an entity from the database.classRepresents apre-insertevent, which occurs just prior to performing the insert of an entity into the database.classRepresents apre-updateevent, which occurs just prior to performing the update of an entity in the database.classRepresents a pre-upsert event, which occurs just prior to performing the upsert of an entity in the database.