Uses of Annotation Interface
org.jdbi.v3.meta.Beta

Packages that use Beta
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The argument classes translate Java types into JDBC parameters.
Provides asynchronous execution of Jdbi operations.
Bidirectional mapping between Java types and database columns.
The config classes define a configuration registry starting from each Jdbi instance.
The extension classes allow you to extend Jdbi's functionality by declaring interface types that may attach to Handle instances.
Support for mapping to and from Immutables generated value types.
The statement package provides most of the Fluent API to drive statement execution.
Provides codec implementations for some Guava types.
The oracle package provides integration with the Oracle JDBC driver.
PostGIS support for Jdbi.
The postgres plugin provides improved support for java.time, hstore, uuid, and enum types when configured with a recent Postgres database server.
The sqlobject.config package defines configuration annotations that modify the Jdbi configuration used as the context for executing SqlObject methods, such as registering handled types.
The sqlobject.customizer package provides annotations that customize the execution of a statement.