Uses of Class
org.jdbi.v3.core.Handle

Packages that use Handle
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The extension classes allow you to extend Jdbi's functionality by declaring interface types that may attach to Handle instances.
The spi package includes entrypoints to extending Jdbi instances with your own custom functionality.
The statement package provides most of the Fluent API to drive statement execution.
The transaction package implements the strategy Jdbi uses to open and close transactions.
The postgres plugin provides improved support for java.time, hstore, uuid, and enum types when configured with a recent Postgres database server.
Classes here provide integration hooks for working with the Spring framework.
SQL Objects
JUnit 4 testing support.
JUnit 5 testing support.