org.granite.tide.hibernate4
Class HibernateAutoFlushListener

java.lang.Object
  extended by org.hibernate.event.internal.AbstractFlushingEventListener
      extended by org.hibernate.event.internal.DefaultAutoFlushEventListener
          extended by org.granite.tide.hibernate4.HibernateAutoFlushListener
All Implemented Interfaces:
Serializable, org.hibernate.event.spi.AutoFlushEventListener

public class HibernateAutoFlushListener
extends org.hibernate.event.internal.DefaultAutoFlushEventListener

See Also:
Serialized Form

Constructor Summary
HibernateAutoFlushListener()
           
 
Method Summary
 void onAutoFlush(org.hibernate.event.spi.AutoFlushEvent 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

HibernateAutoFlushListener

public HibernateAutoFlushListener()
Method Detail

onAutoFlush

public void onAutoFlush(org.hibernate.event.spi.AutoFlushEvent event)
                 throws HibernateException
Specified by:
onAutoFlush in interface org.hibernate.event.spi.AutoFlushEventListener
Overrides:
onAutoFlush in class org.hibernate.event.internal.DefaultAutoFlushEventListener
Throws:
HibernateException