| Package | Description |
|---|---|
| org.jdbi.v3.core |
The 'core' package hosts the top level interface into jdbi core.
|
| org.jdbi.v3.core.h2 |
The
h2 package adds vendor support for the H2 embeddable pure Java database implementation. |
| Modifier and Type | Method and Description |
|---|---|
Jdbi |
Jdbi.installPlugin(JdbiPlugin plugin)
Install a given
JdbiPlugin instance that will configure any
provided Handle instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
H2DatabasePlugin
Configure vendor supported types for the H2 Java database implementation
|
Copyright © 2019. All rights reserved.