Uses of Interface
org.jdbi.v3.core.spi.JdbiPlugin
Packages that use 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.Internal classes for the Guice integration, do not use directly outside Jdbi.
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
Methods in org.jdbi.v3.core with parameters of type JdbiPluginModifier and TypeMethodDescriptionJdbi.installPlugin(JdbiPlugin plugin) Install a givenJdbiPlugininstance that will configure any providedHandleinstances. - 
Uses of JdbiPlugin in org.jdbi.v3.core.h2
Classes in org.jdbi.v3.core.h2 that implement JdbiPluginModifier and TypeClassDescriptionclassConfigure vendor supported types for the H2 Java database implementation - 
Uses of JdbiPlugin in org.jdbi.v3.core.spi
Classes in org.jdbi.v3.core.spi that implement JdbiPluginModifier and TypeClassDescriptionstatic classAbstract base class for single-install JdbiPlugins. - 
Uses of JdbiPlugin in org.jdbi.v3.guava
Classes in org.jdbi.v3.guava that implement JdbiPlugin - 
Uses of JdbiPlugin in org.jdbi.v3.guice
Methods in org.jdbi.v3.guice that return types with arguments of type JdbiPluginModifier and TypeMethodDescriptiondefault LinkedBindingBuilder<JdbiPlugin>JdbiBinder.bindPlugin()Creates a new binding for aJdbiPlugin. - 
Uses of JdbiPlugin in org.jdbi.v3.guice.internal
Methods in org.jdbi.v3.guice.internal that return types with arguments of type JdbiPlugin - 
Uses of JdbiPlugin in org.jdbi.v3.jackson2
Classes in org.jdbi.v3.jackson2 that implement JdbiPlugin - 
Uses of JdbiPlugin in org.jdbi.v3.jodatime2
Classes in org.jdbi.v3.jodatime2 that implement JdbiPluginModifier and TypeClassDescriptionclassRegister date and time providers to integrate withjoda-time. - 
Uses of JdbiPlugin in org.jdbi.v3.jpa
Classes in org.jdbi.v3.jpa that implement JdbiPlugin - 
Uses of JdbiPlugin in org.jdbi.v3.json
Classes in org.jdbi.v3.json that implement JdbiPlugin - 
Uses of JdbiPlugin in org.jdbi.v3.postgres
Classes in org.jdbi.v3.postgres that implement JdbiPlugin - 
Uses of JdbiPlugin in org.jdbi.v3.sqlite3
Classes in org.jdbi.v3.sqlite3 that implement JdbiPlugin - 
Uses of JdbiPlugin in org.jdbi.v3.sqlobject
Classes in org.jdbi.v3.sqlobject that implement JdbiPluginModifier and TypeClassDescriptionclassPlugin that installs the SqlObject extension. - 
Uses of JdbiPlugin in org.jdbi.v3.testing
Methods in org.jdbi.v3.testing with parameters of type JdbiPluginModifier and TypeMethodDescriptionJdbiRule.withPlugin(JdbiPlugin plugin) Install a plugin into JdbiRule. - 
Uses of JdbiPlugin in org.jdbi.v3.testing.junit5
Methods in org.jdbi.v3.testing.junit5 with parameters of type JdbiPluginModifier and TypeMethodDescriptionfinal JdbiExtensionJdbiExtension.withPlugin(JdbiPlugin plugin) Install aJdbiPluginwhen creating theJdbiinstance.final JdbiExtensionJdbiExtension.withPlugins(JdbiPlugin... pluginList) Install multipleJdbiPlugins when creating theJdbiinstance. - 
Uses of JdbiPlugin in org.jdbi.v3.vavr
Classes in org.jdbi.v3.vavr that implement JdbiPluginModifier and TypeClassDescriptionclassJDBI-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