Package io.agroal.api.configuration
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
-
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.
-