|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlushEntityEvent | |
---|---|
org.hibernate.event.internal | This package defines a default set of event listeners that implements the default behaviors of Hibernate. |
org.hibernate.event.spi |
Uses of FlushEntityEvent in org.hibernate.event.internal |
---|
Methods in org.hibernate.event.internal with parameters of type FlushEntityEvent | |
---|---|
protected void |
DefaultFlushEntityEventListener.dirtyCheck(FlushEntityEvent event)
Perform a dirty check, and attach the results to the event |
protected 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 | |
---|---|
void |
FlushEntityEventListener.onFlushEntity(FlushEntityEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |