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 EntityEntry
DefaultLockEventListener.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 TypeClassDescriptionclass
Defines a base class for events involving collections.class
Represents an operation we are about to perform against the database.class
Defines an event class for the auto-flushing of a session.class
An event forSession.clear()
listeningclass
Defines an event class for the deletion of an entity.class
Defines an event class for the dirty-checking of a session.class
Defines an event class for the evicting of an entity.class
class
Defines an event class for the flushing of a session.class
An event that occurs when a collection wants to be initializedclass
Defines an event class for the loading of an entity.class
Defines an event class for the locking of an entity.class
An event class for merge() and saveOrUpdateCopy()class
An event class for persist()class
An event that occurs after a collection is recreatedclass
An event that occurs after a collection is removedclass
An event that occurs after a collection is updatedclass
Occurs after deleting an item from the datastoreclass
Occurs after inserting an item in the datastoreclass
Occurs after an entity instance is fully loaded.class
Occurs after the datastore is updatedclass
Occurs after the datastore is updatedclass
An event that occurs before a collection is recreatedclass
An event that occurs before a collection is removedclass
An event that occurs before a collection is updatedclass
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
Called before injecting property values into a newly loaded entity instance.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.class
Defines an event class for the refreshing of an object.class
Defines an event class for the replication of an entity.class
Defines an event class for the resolving of an entity id from the entity's natural-idclass
An event class for saveOrUpdate()