Uses of Class
org.hibernate.event.spi.FlushEntityEvent
Packages that use FlushEntityEvent
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 FlushEntityEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type FlushEntityEventModifier and TypeMethodDescriptionprotected void
DefaultFlushEntityEventListener.dirtyCheck
(FlushEntityEvent event) Perform a dirty check, and attach the results to the eventprotected boolean
DefaultFlushEntityEventListener.handleInterception
(FlushEntityEvent event) protected boolean
DefaultFlushEntityEventListener.invokeInterceptor
(FlushEntityEvent event) protected final boolean
DefaultFlushEntityEventListener.isUpdateNecessary
(FlushEntityEvent event) Performs all necessary checking to determine if an entity needs an SQL update to synchronize its state to the database.void
DefaultFlushEntityEventListener.onFlushEntity
(FlushEntityEvent event) Flushes a single entity's state to the database, by scheduling an update action, if necessary -
Uses of FlushEntityEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type FlushEntityEventModifier and TypeMethodDescriptionvoid
FlushEntityEventListener.onFlushEntity
(FlushEntityEvent event)