Liferay 7.0-ce-b4

com.liferay.portal.dao.orm.hibernate.event
Class NestableAutoFlushEventListener

java.lang.Object
  extended by org.hibernate.event.def.AbstractFlushingEventListener
      extended by org.hibernate.event.def.DefaultAutoFlushEventListener
          extended by com.liferay.portal.dao.orm.hibernate.event.NestableAutoFlushEventListener
All Implemented Interfaces:
Serializable, org.hibernate.event.AutoFlushEventListener

public class NestableAutoFlushEventListener
extends org.hibernate.event.def.DefaultAutoFlushEventListener

See Also:
Serialized Form

Field Summary
static NestableAutoFlushEventListener INSTANCE
           
 
Constructor Summary
NestableAutoFlushEventListener()
           
 
Method Summary
 void onAutoFlush(org.hibernate.event.AutoFlushEvent autoFlushEvent)
           
 
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
 

Field Detail

INSTANCE

public static final NestableAutoFlushEventListener INSTANCE
Constructor Detail

NestableAutoFlushEventListener

public NestableAutoFlushEventListener()
Method Detail

onAutoFlush

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

Liferay 7.0-ce-b4