org.jboss.seam.persistence.hibernate.test
Class ManagedHibernateSessionFlushModeTestBase

java.lang.Object
  extended by org.jboss.seam.persistence.hibernate.test.ManagedHibernateSessionFlushModeTestBase

public class ManagedHibernateSessionFlushModeTestBase
extends Object


Constructor Summary
ManagedHibernateSessionFlushModeTestBase()
           
 
Method Summary
static Class<?>[] getTestClasses()
           
 void testChangedTouchedSessionFlushMode()
           
 void testHibernateSessionDefaultFlushMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedHibernateSessionFlushModeTestBase

public ManagedHibernateSessionFlushModeTestBase()
Method Detail

getTestClasses

public static Class<?>[] getTestClasses()

testHibernateSessionDefaultFlushMode

public void testHibernateSessionDefaultFlushMode()
                                          throws NotSupportedException,
                                                 SystemException,
                                                 SecurityException,
                                                 IllegalStateException,
                                                 RollbackException,
                                                 HeuristicMixedException,
                                                 HeuristicRollbackException
Throws:
NotSupportedException
SystemException
SecurityException
IllegalStateException
RollbackException
HeuristicMixedException
HeuristicRollbackException

testChangedTouchedSessionFlushMode

public void testChangedTouchedSessionFlushMode()


Copyright © 2010 Seam Framework. All Rights Reserved.