Interface AgroalConnectionFactoryConfiguration.IsolationLevel

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isDefined()
      If a level is not defined it will not be set by the pool (it will use the JDBC driver default).
      int level()
      The value for transaction isolation level.
    • Method Detail

      • isDefined

        boolean isDefined()
        If a level is not defined it will not be set by the pool (it will use the JDBC driver default).
      • level

        int level()
        The value for transaction isolation level.