Uses of Class
org.hibernate.event.spi.FlushEntityEvent
-
Packages that use FlushEntityEvent Package Description org.hibernate.event.internal org.hibernate.event.spi -
-
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 void
DefaultFlushEntityEventListener. dirtyCheck(FlushEntityEvent event)
Perform a dirty check, and attach the results to the eventprotected boolean
DefaultFlushEntityEventListener. handleInterception(FlushEntityEvent event)
protected 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 FlushEntityEvent Modifier and Type Method Description void
FlushEntityEventListener. onFlushEntity(FlushEntityEvent event)
-