Uses of Class
org.hibernate.event.spi.FlushEvent
-
Packages that use FlushEvent Package Description org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
. -
-
Uses of FlushEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type FlushEvent Modifier and Type Method Description void
EmptyEventManager. completeFlushEvent(HibernateMonitoringEvent flushEvent, FlushEvent event)
void
EmptyEventManager. completeFlushEvent(HibernateMonitoringEvent flushEvent, FlushEvent event, boolean autoFlush)
protected void
AbstractFlushingEventListener. flushEverythingToExecutions(FlushEvent event)
Coordinates the processing necessary to get things ready for executions as db calls by preping the session caches and moving the appropriate entities and collections to their respective execution queues.protected void
AbstractFlushingEventListener. flushEverythingToExecutions(FlushEvent event, PersistenceContext persistenceContext, EventSource session)
protected void
AbstractFlushingEventListener. logFlushResults(FlushEvent event)
void
DefaultFlushEventListener. onFlush(FlushEvent event)
Handle the given flush event. -
Uses of FlushEvent in org.hibernate.event.spi
Subclasses of FlushEvent in org.hibernate.event.spi Modifier and Type Class Description class
AutoFlushEvent
Defines an event class for the auto-flushing of a session.class
DirtyCheckEvent
Defines an event class for the dirty-checking of a session.Methods in org.hibernate.event.spi with parameters of type FlushEvent Modifier and Type Method Description void
EventManager. completeFlushEvent(HibernateMonitoringEvent flushEvent, FlushEvent event)
void
EventManager. completeFlushEvent(HibernateMonitoringEvent flushEvent, FlushEvent event, boolean autoFlush)
void
FlushEventListener. onFlush(FlushEvent event)
Handle the given flush event.
-