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(java.util.Properties properties)
protected abstract org.hibernate.engine.jdbc.connections.spi.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 org.hibernate.engine.jdbc.connections.spi.ConnectionProvider getConnectionProviderUnderTest()
-
augmentConfigurationSettings
protected void augmentConfigurationSettings(java.util.Properties properties)
-
testSettingIsolationAsNumeric
public void testSettingIsolationAsNumeric() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSettingIsolationAsNumericString
public void testSettingIsolationAsNumericString() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSettingIsolationAsName
public void testSettingIsolationAsName() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSettingIsolationAsNameAlt
public void testSettingIsolationAsNameAlt() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-