Uses of Class
org.hibernate.event.spi.FlushEvent
-
Packages that use FlushEvent Package Description 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.spi
Subclasses of FlushEvent in org.hibernate.event.spi Modifier and Type Class Description classAutoFlushEventDefines an event class for the auto-flushing of a session.classDirtyCheckEventDefines 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 voidEventManager. completeFlushEvent(HibernateMonitoringEvent flushEvent, FlushEvent event)voidEventManager. completeFlushEvent(HibernateMonitoringEvent flushEvent, FlushEvent event, boolean autoFlush)voidFlushEventListener. onFlush(FlushEvent event)Handle the given flush event.
-