Save This Page
Home » Hibernate-3.3.2.GA » org.hibernate » event » def » [javadoc | source]
org.hibernate.event.def
public class: DefaultFlushEventListener [javadoc | source]
java.lang.Object
   org.hibernate.event.def.AbstractFlushingEventListener
      org.hibernate.event.def.DefaultFlushEventListener

All Implemented Interfaces:
    FlushEventListener, Serializable

Direct Known Subclasses:
    EJB3FlushEventListener

Defines the default flush event listeners used by hibernate for flushing session state in response to generated flush events.
Method from org.hibernate.event.def.DefaultFlushEventListener Summary:
onFlush
Methods from org.hibernate.event.def.AbstractFlushingEventListener:
flushEverythingToExecutions,   getAnything,   getCascadingAction,   performExecutions,   postFlush
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.event.def.DefaultFlushEventListener Detail:
 public  void onFlush(FlushEvent event) throws HibernateException 
    Handle the given flush event.