public final class PoolElf extends Object
| Constructor and Description |
|---|
PoolElf(HikariConfig configuration) |
| Modifier and Type | Method and Description |
|---|---|
static int |
getTransactionIsolation(String transactionIsolationName)
Get the int value of a transaction isolation level by name.
|
void |
quietlyCloseConnection(Connection connection,
String closureReason)
Close connection and eat any exception.
|
public PoolElf(HikariConfig configuration)
public void quietlyCloseConnection(Connection connection, String closureReason)
connection - the connection to closeclosureReason - the reason the connection was closed (if known)public static int getTransactionIsolation(String transactionIsolationName)
transactionIsolationName - the name of the transaction isolation levelCopyright © 2017 Zaxxer.com. All rights reserved.