Class BaseTransactionIsolationConfigTest
- java.lang.Object
-
- org.hibernate.testing.junit4.BaseUnitTestCase
-
- org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
-
public abstract class BaseTransactionIsolationConfigTest extends BaseUnitTestCase
-
-
Field Summary
-
Fields inherited from class org.hibernate.testing.junit4.BaseUnitTestCase
executorService, globalTimeout, log
-
-
Constructor Summary
Constructors Constructor Description BaseTransactionIsolationConfigTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
augmentConfigurationSettings(Properties properties)
protected abstract ConnectionProvider
getConnectionProviderUnderTest()
void
testSettingIsolationAsName()
void
testSettingIsolationAsNameAlt()
void
testSettingIsolationAsNumeric()
void
testSettingIsolationAsNumericString()
-
Methods inherited from class org.hibernate.testing.junit4.BaseUnitTestCase
assertNoLeaks, executeAsync, executeSync, releaseTransactions, sleep
-
-
-
-
Method Detail
-
getConnectionProviderUnderTest
protected abstract ConnectionProvider getConnectionProviderUnderTest()
-
augmentConfigurationSettings
protected void augmentConfigurationSettings(Properties properties)
-
testSettingIsolationAsNumeric
public void testSettingIsolationAsNumeric() throws Exception
- Throws:
Exception
-
testSettingIsolationAsNumericString
public void testSettingIsolationAsNumericString() throws Exception
- Throws:
Exception
-
testSettingIsolationAsName
public void testSettingIsolationAsName() throws Exception
- Throws:
Exception
-
-