org.hibernate.ejb.test.cascade
Class FetchTest

java.lang.Object
  extended by org.hibernate.testing.junit4.BaseUnitTestCase
      extended by org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
          extended by org.hibernate.ejb.test.cascade.FetchTest

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


Field Summary
 
Fields inherited from class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
NO_CLASSES, NO_MAPPINGS
 
Constructor Summary
FetchTest()
           
 
Method Summary
 Class[] getAnnotatedClasses()
           
 void testCascadeAndFetchCollection()
           
 void testCascadeAndFetchEntity()
           
 void testPerfCascadeAndFetchEntity()
           
 void testTwoLevelDeepPersist()
           
 void testTwoLevelDeepPersistOnManyToOne()
           
 
Methods inherited from class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
addConfigOptions, addMappings, afterConfigurationBuilt, afterEntityManagerFactoryBuilt, applyServices, buildConfiguration, buildEntityManagerFactory, constructConfiguration, createEntityManager, createIsolatedEntityManager, createIsolatedEntityManager, createSchema, entityManagerFactory, 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

FetchTest

public FetchTest()
Method Detail

testCascadeAndFetchCollection

public void testCascadeAndFetchCollection()
                                   throws Exception
Throws:
Exception

testCascadeAndFetchEntity

public void testCascadeAndFetchEntity()
                               throws Exception
Throws:
Exception

testTwoLevelDeepPersist

public void testTwoLevelDeepPersist()
                             throws Exception
Throws:
Exception

testTwoLevelDeepPersistOnManyToOne

public void testTwoLevelDeepPersistOnManyToOne()
                                        throws Exception
Throws:
Exception

testPerfCascadeAndFetchEntity

public void testPerfCascadeAndFetchEntity()
                                   throws Exception
Throws:
Exception

getAnnotatedClasses

public Class[] getAnnotatedClasses()
Overrides:
getAnnotatedClasses in class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase


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