| Package | Description |
|---|---|
| org.jdbi.v3.core |
The 'core' package hosts the top level interface into jdbi core.
|
| org.jdbi.v3.core.collector |
The
collector package reduces the mapped rows of the result set
into a Stream Collector to produce the final aggregated result. |
| org.jdbi.v3.core.extension |
The
extension classes allow you to extend Jdbi's
functionality by declaring interface types that may attach to Handle
instances. |
| org.jdbi.v3.core.h2 |
The
h2 package adds vendor support for the H2 embeddable pure Java database implementation. |
| org.jdbi.v3.core.mapper |
mappers take the JDBC ResultSet and produce Java results. |
| org.jdbi.v3.core.result |
result provides the streaming interface that reads rows from JDBC
and drives the mapper and collector processes to
produce results. |
| org.jdbi.v3.core.spi |
The
spi package includes entrypoints to extending Jdbi
instances with your own custom functionality. |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| org.jdbi.v3.core.transaction |
The
transaction package implements the strategy
Jdbi uses to open and close transactions. |
| Class and Description |
|---|
| ConnectionFactory
Supplies
Connection instances to a created Handle and allows
custom close handling. |
| Handle
This represents a connection to the database system.
|
| HandleCallback
Callback that accepts a Handle that remains open for the duration
of the callback invocation.
|
| HandleConsumer
Callback that accepts a
Handle and returns no result. |
| Handles
Configuration class for handles.
|
| Jdbi
Main entry point; configurable wrapper around a JDBC
DataSource. |
| JdbiException
Base unchecked exception for exceptions thrown from jdbi.
|
| Class and Description |
|---|
| JdbiException
Base unchecked exception for exceptions thrown from jdbi.
|
| Class and Description |
|---|
| Handle
This represents a connection to the database system.
|
| JdbiException
Base unchecked exception for exceptions thrown from jdbi.
|
| Class and Description |
|---|
| Jdbi
Main entry point; configurable wrapper around a JDBC
DataSource. |
| Class and Description |
|---|
| JdbiException
Base unchecked exception for exceptions thrown from jdbi.
|
| Class and Description |
|---|
| JdbiException
Base unchecked exception for exceptions thrown from jdbi.
|
| Class and Description |
|---|
| Handle
This represents a connection to the database system.
|
| Jdbi
Main entry point; configurable wrapper around a JDBC
DataSource. |
| Class and Description |
|---|
| Handle
This represents a connection to the database system.
|
| JdbiException
Base unchecked exception for exceptions thrown from jdbi.
|
| Class and Description |
|---|
| Handle
This represents a connection to the database system.
|
| HandleCallback
Callback that accepts a Handle that remains open for the duration
of the callback invocation.
|
| JdbiException
Base unchecked exception for exceptions thrown from jdbi.
|
Copyright © 2019. All rights reserved.