org.hibernate.ejb.test.transaction
Class TransactionJoiningTest

java.lang.Object
  extended by org.hibernate.testing.junit4.BaseUnitTestCase
      extended by org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
          extended by org.hibernate.ejb.test.transaction.TransactionJoiningTest

public class TransactionJoiningTest
extends org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase

Largely a copy of TransactionJoiningTest


Field Summary
 
Fields inherited from class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
NO_CLASSES, NO_MAPPINGS
 
Constructor Summary
TransactionJoiningTest()
           
 
Method Summary
protected  void addConfigOptions(Map options)
           
 void testExplicitJoining()
           
 void testImplicitJoining()
           
 
Methods inherited from class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
addMappings, afterConfigurationBuilt, afterEntityManagerFactoryBuilt, applyServices, buildConfiguration, buildEntityManagerFactory, constructConfiguration, createEntityManager, createIsolatedEntityManager, createIsolatedEntityManager, createSchema, entityManagerFactory, getAnnotatedClasses, getCachedClasses, getCachedCollections, getConfig, getDialect, getEjb3DD, getMappings, getOrCreateEntityManager, releaseResources, serviceRegistry
 
Methods inherited from class org.hibernate.testing.junit4.BaseUnitTestCase
releaseTransactions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionJoiningTest

public TransactionJoiningTest()
Method Detail

addConfigOptions

protected void addConfigOptions(Map options)
Overrides:
addConfigOptions in class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase

testExplicitJoining

public void testExplicitJoining()
                         throws Exception
Throws:
Exception

testImplicitJoining

public void testImplicitJoining()
                         throws Exception
Throws:
Exception


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