Class BaseTransactionIsolationConfigTest
java.lang.Object
org.hibernate.testing.orm.common.BaseTransactionIsolationConfigTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.hibernate.engine.jdbc.connections.spi.ConnectionProvidergetConnectionProviderUnderTest(ServiceRegistryScope registryScope) voidtestSettingIsolationAsName(ServiceRegistryScope registryScope) voidtestSettingIsolationAsNameAlt(ServiceRegistryScope registryScope) voidtestSettingIsolationAsNumeric(ServiceRegistryScope registryScope) voidtestSettingIsolationAsNumericString(ServiceRegistryScope registryScope)
-
Constructor Details
-
BaseTransactionIsolationConfigTest
public BaseTransactionIsolationConfigTest()
-
-
Method Details
-
getConnectionProviderUnderTest
protected abstract org.hibernate.engine.jdbc.connections.spi.ConnectionProvider getConnectionProviderUnderTest(ServiceRegistryScope registryScope) -
testSettingIsolationAsNumeric
@Test public void testSettingIsolationAsNumeric(ServiceRegistryScope registryScope) throws Exception - Throws:
Exception
-
testSettingIsolationAsNumericString
@Test public void testSettingIsolationAsNumericString(ServiceRegistryScope registryScope) throws Exception - Throws:
Exception
-
testSettingIsolationAsName
- Throws:
Exception
-
testSettingIsolationAsNameAlt
@Test public void testSettingIsolationAsNameAlt(ServiceRegistryScope registryScope) throws Exception - Throws:
Exception
-