Class BaseTransactionIsolationConfigTest

java.lang.Object
org.hibernate.testing.junit4.BaseUnitTestCase
org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest

public abstract class BaseTransactionIsolationConfigTest extends BaseUnitTestCase
  • Constructor Details

    • BaseTransactionIsolationConfigTest

      public BaseTransactionIsolationConfigTest()
  • Method Details

    • 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
    • testSettingIsolationAsNameAlt

      public void testSettingIsolationAsNameAlt() throws Exception
      Throws:
      Exception