Uses of Class
org.hibernate.event.spi.FlushEntityEvent
-
Packages that use FlushEntityEvent Package Description org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession. -
-
Uses of FlushEntityEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type FlushEntityEvent Modifier and Type Method Description protected voidDefaultFlushEntityEventListener. dirtyCheck(FlushEntityEvent event)Perform a dirty check, and attach the results to the eventprotected booleanDefaultFlushEntityEventListener. handleInterception(FlushEntityEvent event)protected booleanDefaultFlushEntityEventListener. invokeInterceptor(FlushEntityEvent event)protected booleanDefaultFlushEntityEventListener. isUpdateNecessary(FlushEntityEvent event)Performs all necessary checking to determine if an entity needs an SQL update to synchronize its state to the database.voidDefaultFlushEntityEventListener. 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 FlushEntityEvent Modifier and Type Method Description voidFlushEntityEventListener. onFlushEntity(FlushEntityEvent event)
-