Uses of Class
org.hibernate.event.spi.AbstractEvent
Packages that use AbstractEvent
Package
Description
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Defines the event types and event listener interfaces for
events produced by the stateful
Session.-
Uses of AbstractEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type AbstractEventModifier and TypeMethodDescriptionprotected final EntityEntryAbstractReassociateEventListener.reassociate(AbstractEvent event, Object object, Object id, EntityPersister persister) Associates a given entity (either transient or associated with another session) to the given session. -
Uses of AbstractEvent in org.hibernate.event.spi
Subclasses of AbstractEvent in org.hibernate.event.spiModifier and TypeClassDescriptionclassDefines a base class for events involving collections.classRepresents an operation we are about to perform against the database.classDefines an event class for the auto-flushing of a session.classAn event forSession.clear()listeningclassDefines an event class for the deletion of an entity.classDefines an event class for the dirty-checking of a session.classDefines an event class for the evicting of an entity.classclassDefines an event class for the flushing of a session.classAn event that occurs when a collection wants to be initializedclassDefines an event class for the loading of an entity.classDefines an event class for the locking of an entity.classAn event class for merge() and saveOrUpdateCopy()classAn event class for persist()classAn event that occurs after a collection is recreatedclassAn event that occurs after a collection is removedclassAn event that occurs after a collection is updatedclassOccurs after deleting an item from the datastoreclassOccurs after inserting an item in the datastoreclassOccurs after an entity instance is fully loaded.classOccurs after the datastore is updatedclassOccurs after the datastore is updatedclassAn event that occurs before a collection is recreatedclassAn event that occurs before a collection is removedclassAn event that occurs before a collection is updatedclassRepresents 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.classCalled before injecting property values into a newly loaded entity instance.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.classDefines an event class for the refreshing of an object.classDefines an event class for the replication of an entity.classDefines an event class for the resolving of an entity id from the entity's natural-idclassAn event class for saveOrUpdate()