Uses of Class
org.hibernate.event.spi.AutoFlushEvent
-
Packages that use AutoFlushEvent Package Description org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession. -
-
Uses of AutoFlushEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type AutoFlushEvent Modifier and Type Method Description voidEventManager. completePartialFlushEvent(HibernateMonitoringEvent flushEvent, AutoFlushEvent event)voidAutoFlushEventListener. onAutoFlush(AutoFlushEvent event)Handle the given auto-flush event.
-