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 TypeClassDescriptionclass
Defines a base class for events involving collections.class
Event class forautomatic
stateful session flush.class
Event class forSession.clear()
.class
Event class forSession.remove(java.lang.Object)
.class
Event class forSession.isDirty()
.class
Event class forSession.evict(java.lang.Object)
andSession.detach(java.lang.Object)
.class
class
Event class for stateful session flush.class
An event that occurs when a collection wants to be initializedclass
Defines an event class for the loading of an entity.class
Event class forSession.lock(java.lang.Object, org.hibernate.LockMode)
.class
Event class forSession.merge(T)
.class
Event class forSession.persist(java.lang.Object)
.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 an entity instance is fully loaded.class
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
Called before injecting property values into a newly loaded entity instance.class
Event class forSession.refresh(java.lang.Object)
.class
Event class forSession.replicate(java.lang.Object, org.hibernate.ReplicationMode)
.