Uses of Class
org.hibernate.event.spi.FlushEvent
Packages that use FlushEvent
Package
Description
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.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.