Uses of Class
org.hibernate.event.spi.AbstractSessionEvent
Packages that use AbstractSessionEvent
Package
Description
Defines the event types and event listener interfaces for
events produced by the stateful
Session.-
Uses of AbstractSessionEvent in org.hibernate.event.spi
Subclasses of AbstractSessionEvent in org.hibernate.event.spiModifier and TypeClassDescriptionclassDefines a base class for events involving collections.classEvent class forautomaticstateful session flush.classEvent class forSession.clear().classEvent class forSession.remove(Object).classEvent class forSession.isDirty().classEvent class forSession.evict(Object)andSession.detach(Object).classclassEvent class for stateful session flush.classAn event that occurs when a collection wants to be initializedclassDefines an event class for the loading of an entity.classEvent class forSession.lock(Object, LockMode).classEvent class forSession.merge(T).classEvent class forSession.persist(Object).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 an entity instance is fully loaded.classAn event that occurs before a collection is recreatedclassAn event that occurs before a collection is removedclassAn event that occurs before a collection is updatedclassAn event that occurs just before arguments are bound to JDBC parameters during execution of HQL.classCalled before injecting property values into a newly loaded entity instance.classEvent class forSession.refresh(Object).classEvent class forSession.replicate(Object, ReplicationMode).