Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » event » [javadoc | source]
org.hibernate.event
public interface: FlushEventListener [javadoc | source]

All Implemented Interfaces:
    Serializable

All Known Implementing Classes:
    EJB3FlushEventListener, DefaultFlushEventListener

Defines the contract for handling of session flush events.
Method from org.hibernate.event.FlushEventListener Summary:
onFlush
Method from org.hibernate.event.FlushEventListener Detail:
 public  void onFlush(FlushEvent event) throws HibernateException
    Handle the given flush event.