org.hibernate.test.jpa
Class AbstractJPATest.JPAFlushEventListener

java.lang.Object
  extended by org.hibernate.event.internal.AbstractFlushingEventListener
      extended by org.hibernate.event.internal.DefaultFlushEventListener
          extended by org.hibernate.test.jpa.AbstractJPATest.JPAFlushEventListener
All Implemented Interfaces:
Serializable, FlushEventListener
Enclosing class:
AbstractJPATest

public static class AbstractJPATest.JPAFlushEventListener
extends DefaultFlushEventListener

See Also:
Serialized Form

Field Summary
static FlushEventListener INSTANCE
           
 
Constructor Summary
AbstractJPATest.JPAFlushEventListener()
           
 
Method Summary
protected  Object getAnything()
           
protected  CascadingAction getCascadingAction()
           
 
Methods inherited from class org.hibernate.event.internal.DefaultFlushEventListener
onFlush
 
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 FlushEventListener INSTANCE
Constructor Detail

AbstractJPATest.JPAFlushEventListener

public AbstractJPATest.JPAFlushEventListener()
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.