Uses of Interface
org.jdbi.v3.core.spi.JdbiPlugin
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The
h2
package adds vendor support for the H2 embeddable pure Java database implementation.
The
spi
package includes entrypoints to extending Jdbi
instances with your own custom functionality.guava
provides extra types that are commonly needed beyond built
in JDK types.Google Guice
integration.joda-time
provides improved date and time types to pre-Java 8 applications.
The
jpa
plugin provides minimal support for discovering JPA
annotations like Column
.
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
JUnit 4 testing support.
JUnit 5 testing support.
vavr
is a functional programming library for the JVM.-
Uses of JdbiPlugin in org.jdbi.v3.core
Modifier and TypeMethodDescriptionJdbi.installPlugin
(JdbiPlugin plugin) Install a givenJdbiPlugin
instance that will configure any providedHandle
instances. -
Uses of JdbiPlugin in org.jdbi.v3.core.h2
Modifier and TypeClassDescriptionclass
Configure vendor supported types for the H2 Java database implementation -
Uses of JdbiPlugin in org.jdbi.v3.core.spi
Modifier and TypeClassDescriptionstatic class
Abstract base class for single-install JdbiPlugins. -
Uses of JdbiPlugin in org.jdbi.v3.guava
-
Uses of JdbiPlugin in org.jdbi.v3.guice
Modifier and TypeMethodDescriptiondefault LinkedBindingBuilder<JdbiPlugin>
JdbiBinder.bindPlugin()
Creates a new binding for aJdbiPlugin
. -
Uses of JdbiPlugin in org.jdbi.v3.jackson2
-
Uses of JdbiPlugin in org.jdbi.v3.jodatime2
Modifier and TypeClassDescriptionclass
Register date and time providers to integrate withjoda-time
. -
Uses of JdbiPlugin in org.jdbi.v3.jpa
-
Uses of JdbiPlugin in org.jdbi.v3.json
-
Uses of JdbiPlugin in org.jdbi.v3.postgis
-
Uses of JdbiPlugin in org.jdbi.v3.postgres
-
Uses of JdbiPlugin in org.jdbi.v3.sqlite3
-
Uses of JdbiPlugin in org.jdbi.v3.sqlobject
Modifier and TypeClassDescriptionclass
Plugin that installs the SqlObject extension. -
Uses of JdbiPlugin in org.jdbi.v3.testing
Modifier and TypeMethodDescriptionJdbiRule.withPlugin
(JdbiPlugin plugin) Install a plugin into JdbiRule. -
Uses of JdbiPlugin in org.jdbi.v3.testing.junit5
Modifier and TypeMethodDescriptionfinal JdbiExtension
JdbiExtension.withPlugin
(JdbiPlugin plugin) Install aJdbiPlugin
when creating theJdbi
instance.final JdbiExtension
JdbiExtension.withPlugins
(JdbiPlugin... pluginList) Install multipleJdbiPlugin
s when creating theJdbi
instance. -
Uses of JdbiPlugin 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