Uses of Class
org.jdbi.v3.core.spi.JdbiPlugin.Singleton
Package
Description
The
h2
package adds vendor support for the H2 embeddable pure Java database implementation.guava
provides extra types that are commonly needed beyond built
in JDK types.
The
postgres
plugin provides improved support for
java.time
, hstore
, uuid
, and enum
types when configured with a recent Postgres database server.
The
sqlite
plugin provides improved support for
java.net.URL
.SQL Objects
vavr
is a functional programming library for the JVM.-
Uses of JdbiPlugin.Singleton in org.jdbi.v3.core.h2
Modifier and TypeClassDescriptionclass
Configure vendor supported types for the H2 Java database implementation -
Uses of JdbiPlugin.Singleton in org.jdbi.v3.gson2
-
Uses of JdbiPlugin.Singleton in org.jdbi.v3.guava
-
Uses of JdbiPlugin.Singleton in org.jdbi.v3.jackson2
-
Uses of JdbiPlugin.Singleton in org.jdbi.v3.json
-
Uses of JdbiPlugin.Singleton in org.jdbi.v3.moshi
-
Uses of JdbiPlugin.Singleton in org.jdbi.v3.opentelemetry
-
Uses of JdbiPlugin.Singleton in org.jdbi.v3.postgis
-
Uses of JdbiPlugin.Singleton in org.jdbi.v3.postgres
-
Uses of JdbiPlugin.Singleton in org.jdbi.v3.sqlite3
-
Uses of JdbiPlugin.Singleton in org.jdbi.v3.sqlobject
Modifier and TypeClassDescriptionclass
Plugin that installs the SqlObject extension. -
Uses of JdbiPlugin.Singleton in org.jdbi.v3.vavr
Modifier and TypeClassDescriptionclass
JDBI-Plugin for vavr.io library supports single-value arguments (Option
, ...) supports vavr collections viaResultBearing.collectInto(java.lang.reflect.Type)
call supports key-value mappings of a tuple result (implicitly used by map collectors) supports tuple projection supports column mapping forOption