Uses of Class
org.hibernate.event.spi.AutoFlushEvent
Packages that use AutoFlushEvent
Package
Description
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Defines the event types and event listener interfaces for
events produced by the stateful
Session.-
Uses of AutoFlushEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type AutoFlushEventModifier and TypeMethodDescriptionvoidEmptyEventManager.completePartialFlushEvent(HibernateMonitoringEvent flushEvent, AutoFlushEvent event) voidDefaultAutoFlushEventListener.onAutoFlush(AutoFlushEvent event) Handle the given auto-flush event. -
Uses of AutoFlushEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type AutoFlushEventModifier and TypeMethodDescriptionvoidEventManager.completePartialFlushEvent(HibernateMonitoringEvent flushEvent, AutoFlushEvent event) voidAutoFlushEventListener.onAutoFlush(AutoFlushEvent event) Handle the given auto-flush event. -
Uses of AutoFlushEvent in org.hibernate.search.mapper.orm.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl with parameters of type AutoFlushEventModifier and TypeMethodDescriptionvoidHibernateSearchEventListener.onAutoFlush(AutoFlushEvent event)