Methods Summary |
---|
public java.lang.String | getCacheConcurrencyStrategy()
return "read-write";
|
protected java.lang.Class | getCacheProvider()
return EhCacheProvider.class;
|
protected java.lang.String | getConfigResourceKey()
return Environment.CACHE_PROVIDER_CONFIG;
|
protected java.lang.String | getConfigResourceLocation()
return "org/hibernate/test/cache/ehcache/ehcache.xml";
|
public static junit.framework.Test | suite()
return new FunctionalTestClassTestSuite( EhCacheTest.class );
|
protected boolean | useTransactionManager()
return false;
|