Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » event » def » [javadoc | source]
org.hibernate.event.def
public class: DefaultAutoFlushEventListener [javadoc | source]
java.lang.Object
   org.hibernate.event.def.AbstractFlushingEventListener
      org.hibernate.event.def.DefaultAutoFlushEventListener

All Implemented Interfaces:
    AutoFlushEventListener, Serializable

Direct Known Subclasses:
    EJB3AutoFlushEventListener

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