Uses of Class
org.hibernate.event.spi.FlushEvent
Packages that use FlushEvent
Package
Description
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
An SPI for services which collect, report, or monitor diagnostic events.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
Uses of FlushEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type FlushEventModifier and TypeMethodDescriptionprotected void
AbstractFlushingEventListener.flushEverythingToExecutions
(FlushEvent event) Coordinates the processing necessary to get things ready for executions as db calls by preparing 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.monitor.internal
Methods in org.hibernate.event.monitor.internal with parameters of type FlushEventModifier and TypeMethodDescriptionvoid
EmptyEventMonitor.completeFlushEvent
(DiagnosticEvent flushEvent, FlushEvent event) void
EmptyEventMonitor.completeFlushEvent
(DiagnosticEvent flushEvent, FlushEvent event, boolean autoFlush) -
Uses of FlushEvent in org.hibernate.event.monitor.spi
Methods in org.hibernate.event.monitor.spi with parameters of type FlushEventModifier and TypeMethodDescriptionvoid
EventMonitor.completeFlushEvent
(DiagnosticEvent flushEvent, FlushEvent event) void
EventMonitor.completeFlushEvent
(DiagnosticEvent flushEvent, FlushEvent event, boolean autoFlush) -
Uses of FlushEvent in org.hibernate.event.spi
Subclasses of FlushEvent in org.hibernate.event.spiMethods in org.hibernate.event.spi with parameters of type FlushEventModifier and TypeMethodDescriptionvoid
FlushEventListener.onFlush
(FlushEvent event) Handle the given flush event.