Uses of Class
org.hibernate.event.spi.AutoFlushEvent
Packages that use AutoFlushEvent
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 AutoFlushEvent in org.hibernate.event.monitor.spi
Methods in org.hibernate.event.monitor.spi with parameters of type AutoFlushEventModifier and TypeMethodDescriptionvoid
EventMonitor.completePartialFlushEvent
(DiagnosticEvent flushEvent, AutoFlushEvent event) -
Uses of AutoFlushEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type AutoFlushEventModifier and TypeMethodDescriptionvoid
AutoFlushEventListener.onAutoFlush
(AutoFlushEvent event) Handle the given auto-flush event.