org.granite.tide.hibernate
Class HibernateFlushListener

java.lang.Object
  extended by org.hibernate.event.def.AbstractFlushingEventListener
      extended by org.hibernate.event.def.DefaultFlushEventListener
          extended by org.granite.tide.hibernate.HibernateFlushListener
All Implemented Interfaces:
Serializable, FlushEventListener

public class HibernateFlushListener
extends DefaultFlushEventListener

See Also:
Serialized Form

Constructor Summary
HibernateFlushListener()
           
 
Method Summary
 void onFlush(FlushEvent event)
           
 
Methods inherited from class org.hibernate.event.def.AbstractFlushingEventListener
flushEverythingToExecutions, getAnything, getCascadingAction, performExecutions, postFlush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateFlushListener

public HibernateFlushListener()
Method Detail

onFlush

public void onFlush(FlushEvent event)
             throws HibernateException
Specified by:
onFlush in interface FlushEventListener
Overrides:
onFlush in class DefaultFlushEventListener
Throws:
HibernateException