org.granite.tide.hibernate4
Class HibernateFlushListener

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

public class HibernateFlushListener
extends org.hibernate.event.internal.DefaultFlushEventListener

See Also:
Serialized Form

Constructor Summary
HibernateFlushListener()
           
 
Method Summary
 void onFlush(org.hibernate.event.spi.FlushEvent event)
           
 
Methods inherited from class org.hibernate.event.internal.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(org.hibernate.event.spi.FlushEvent event)
             throws HibernateException
Specified by:
onFlush in interface org.hibernate.event.spi.FlushEventListener
Overrides:
onFlush in class org.hibernate.event.internal.DefaultFlushEventListener
Throws:
HibernateException