| Package | Description |
|---|---|
| org.jdbi.v3.core |
The 'core' package hosts the top level interface into jdbi core.
|
| Modifier and Type | Method and Description |
|---|---|
static Jdbi |
Jdbi.create(ConnectionFactory connectionFactory)
Factory used to allow for obtaining a Connection in a customized manner.
|
static Handle |
Jdbi.open(ConnectionFactory connectionFactory)
Convenience method used to obtain a handle from a
ConnectionFactory. |
Copyright © 2019. All rights reserved.