Uses of Class
org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Packages that use AbstractPreDatabaseOperationEvent
Package
Description
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
Uses of AbstractPreDatabaseOperationEvent in org.hibernate.event.spi
Subclasses of AbstractPreDatabaseOperationEvent in org.hibernate.event.spiModifier and TypeClassDescriptionclass
Represents apre-delete
event, which occurs just prior to performing the deletion of an entity from the database.class
Represents apre-insert
event, which occurs just prior to performing the insert of an entity into the database.class
Represents apre-update
event, which occurs just prior to performing the update of an entity in the database.class
Represents a pre-upsert event, which occurs just prior to performing the upsert of an entity in the database.