org.hibernate.test.jpa
Class AbstractJPATest.JPAAutoFlushEventListener

java.lang.Object
  extended by org.hibernate.event.internal.AbstractFlushingEventListener
      extended by org.hibernate.event.internal.DefaultAutoFlushEventListener
          extended by org.hibernate.test.jpa.AbstractJPATest.JPAAutoFlushEventListener
All Implemented Interfaces:
Serializable, AutoFlushEventListener
Enclosing class:
AbstractJPATest

public static class AbstractJPATest.JPAAutoFlushEventListener
extends DefaultAutoFlushEventListener

See Also:
Serialized Form

Field Summary
static AutoFlushEventListener INSTANCE
           
 
Constructor Summary
AbstractJPATest.JPAAutoFlushEventListener()
           
 
Method Summary
protected  Object getAnything()
           
protected  CascadingAction getCascadingAction()
           
 
Methods inherited from class org.hibernate.event.internal.DefaultAutoFlushEventListener
onAutoFlush
 
Methods inherited from class org.hibernate.event.internal.AbstractFlushingEventListener
flushEverythingToExecutions, 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 AutoFlushEventListener INSTANCE
Constructor Detail

AbstractJPATest.JPAAutoFlushEventListener

public AbstractJPATest.JPAAutoFlushEventListener()
Method Detail

getCascadingAction

protected CascadingAction getCascadingAction()
Overrides:
getCascadingAction in class AbstractFlushingEventListener

getAnything

protected Object getAnything()
Overrides:
getAnything in class AbstractFlushingEventListener


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.