com.liferay.portal.dao.orm.hibernate.event
Class NestableAutoFlushEventListener
java.lang.Object
org.hibernate.event.def.AbstractFlushingEventListener
org.hibernate.event.def.DefaultAutoFlushEventListener
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
|
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 |
INSTANCE
public static final NestableAutoFlushEventListener INSTANCE
NestableAutoFlushEventListener
public NestableAutoFlushEventListener()
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