Uses of Class
org.hibernate.event.spi.FlushEvent
Packages that use FlushEvent
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 FlushEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type FlushEventModifier and TypeMethodDescriptionvoidEmptyEventManager.completeFlushEvent(HibernateMonitoringEvent flushEvent, FlushEvent event) voidEmptyEventManager.completeFlushEvent(HibernateMonitoringEvent flushEvent, FlushEvent event, boolean autoFlush) protected voidAbstractFlushingEventListener.flushEverythingToExecutions(FlushEvent event) Coordinates the processing necessary to get things ready for executions as db calls by preping the session caches and moving the appropriate entities and collections to their respective execution queues.protected voidAbstractFlushingEventListener.flushEverythingToExecutions(FlushEvent event, PersistenceContext persistenceContext, EventSource session) protected voidAbstractFlushingEventListener.logFlushResults(FlushEvent event) voidDefaultFlushEventListener.onFlush(FlushEvent event) Handle the given flush event. -
Uses of FlushEvent in org.hibernate.event.spi
Subclasses of FlushEvent in org.hibernate.event.spiModifier and TypeClassDescriptionclassDefines an event class for the auto-flushing of a session.classDefines an event class for the dirty-checking of a session.Methods in org.hibernate.event.spi with parameters of type FlushEventModifier and TypeMethodDescriptionvoidEventManager.completeFlushEvent(HibernateMonitoringEvent flushEvent, FlushEvent event) voidEventManager.completeFlushEvent(HibernateMonitoringEvent flushEvent, FlushEvent event, boolean autoFlush) voidFlushEventListener.onFlush(FlushEvent event) Handle the given flush event. -
Uses of FlushEvent in org.hibernate.search.mapper.orm.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl with parameters of type FlushEventModifier and TypeMethodDescriptionvoidHibernateSearchEventListener.onFlush(FlushEvent event) Make sure the indexes are updated right after the hibernate flush, avoiding entity loading during a flush.