Uses of Class
org.hibernate.event.FlushEntityEvent

Packages that use FlushEntityEvent
org.hibernate.event This package defines an event framework for Hibernate. 
org.hibernate.event.def This package defines a default set of event listeners that implements the default behaviors of Hibernate. 
 

Uses of FlushEntityEvent in org.hibernate.event
 

Methods in org.hibernate.event with parameters of type FlushEntityEvent
 void FlushEntityEventListener.onFlushEntity(FlushEntityEvent event)
           
 

Uses of FlushEntityEvent in org.hibernate.event.def
 

Methods in org.hibernate.event.def 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
 



Copyright © 2009 Hibernate.org. All Rights Reserved.