Interface AgroalConnectionFactoryConfiguration.IsolationLevel

All Known Implementing Classes:
AgroalConnectionFactoryConfiguration.TransactionIsolation
Enclosing interface:
AgroalConnectionFactoryConfiguration

public static interface AgroalConnectionFactoryConfiguration.IsolationLevel
Interface to define the transaction isolation level.
  • Method Summary

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

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