| Package | Description |
|---|---|
| org.jdbi.v3.core.statement |
Interfaces used to alter JDBI's handling of JDBC Statements
|
| org.jdbi.v3.core.transaction |
Several
TransactionHandler instances are provided for working in
different environments. |
| Modifier and Type | Method and Description |
|---|---|
This |
SqlStatement.cleanupHandle(TransactionState state)
Force transaction state when the statement is cleaned up.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionState |
TransactionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionState[] |
TransactionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.