| Package | Description |
|---|---|
| org.jdbi.v3.core |
Start with
DBI and Handle |
| org.jdbi.v3.core.extension | |
| org.jdbi.v3.core.mapper | |
| org.jdbi.v3.core.result | |
| 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 | Class and Description |
|---|---|
class |
CloseException
Thrown when an exception occurs while attempting to close a database resource.
|
class |
ConnectionException |
| Modifier and Type | Class and Description |
|---|---|
class |
NoSuchExtensionException |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingException |
class |
NoSuchMapperException |
| Modifier and Type | Class and Description |
|---|---|
class |
NoResultsException |
class |
ResultSetException |
class |
UnableToProduceResultException |
| Modifier and Type | Class and Description |
|---|---|
class |
StatementException |
class |
UnableToCreateStatementException |
class |
UnableToExecuteStatementException |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionException |
class |
UnableToManipulateTransactionIsolationLevelException |
class |
UnableToRestoreAutoCommitStateException |
Copyright © 2017. All rights reserved.