Package org.hibernate.test.cache.jbc2

Examples of org.hibernate.test.cache.jbc2.AbstractRegionImplTestCase


   }
  
   public static Test suite() throws Exception {
       TestSuite suite = new TestSuite(OptimisticSessionRefreshTest.class);
       String[] acctClasses = { OUR_PACKAGE + ".Account", OUR_PACKAGE + ".AccountHolder" };
       return new IsolatedCacheTestSetup(suite, acctClasses, CACHE_CONFIG);
   }
View Full Code Here


   }
  
   public static Test suite() throws Exception {
       TestSuite suite = new TestSuite(OptimisticIsolatedClassLoaderTest.class);
       String[] acctClasses = { OUR_PACKAGE + ".Account", OUR_PACKAGE + ".AccountHolder" };
       return new IsolatedCacheTestSetup(suite, acctClasses, CACHE_CONFIG);
   }
View Full Code Here

   }
  
   public static Test suite() throws Exception {
       TestSuite suite = new TestSuite(PessimisticRepeatableSessionRefreshTest.class);
       String[] acctClasses = { OUR_PACKAGE + ".Account", OUR_PACKAGE + ".AccountHolder" };
       return new IsolatedCacheTestSetup(suite, acctClasses, CACHE_CONFIG);
   }
View Full Code Here

   }
  
   public static Test suite() throws Exception {
       TestSuite suite = new TestSuite(PessimisticIsolatedClassLoaderTest.class);
       String[] acctClasses = { OUR_PACKAGE + ".Account", OUR_PACKAGE + ".AccountHolder" };
       return new IsolatedCacheTestSetup(suite, acctClasses, CACHE_CONFIG);
   }
View Full Code Here

   }
  
   public static Test suite() throws Exception {
       TestSuite suite = new TestSuite(PessimisticSessionRefreshTest.class);
       String[] acctClasses = { OUR_PACKAGE + ".Account", OUR_PACKAGE + ".AccountHolder" };
       return new IsolatedCacheTestSetup(suite, acctClasses, CACHE_CONFIG);
   }
View Full Code Here

TOP

Related Classes of org.hibernate.test.cache.jbc2.AbstractRegionImplTestCase

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.