Uses of Interface
org.jdbi.v3.core.spi.JdbiPlugin
-
Packages that use JdbiPlugin Package Description org.jdbi.v3.cache.noop A non-caching cache implementation.org.jdbi.v3.core The 'core' package hosts the top level interface into jdbi core.org.jdbi.v3.core.config Theconfigclasses define a configuration registry starting from eachJdbiinstance.org.jdbi.v3.core.h2 Theh2package adds vendor support for the H2 embeddable pure Java database implementation.org.jdbi.v3.core.spi Thespipackage includes entrypoints to extendingJdbiinstances with your own custom functionality.org.jdbi.v3.gson2 org.jdbi.v3.guava guavaprovides extra types that are commonly needed beyond built in JDK types.org.jdbi.v3.guice Google Guiceintegration.org.jdbi.v3.guice.internal Internal classes for the Guice integration, do not use directly outside Jdbi.org.jdbi.v3.jackson2 org.jdbi.v3.jodatime2 joda-timeprovides improved date and time types to pre-Java 8 applications.org.jdbi.v3.jpa Thejpaplugin provides minimal support for discovering JPA annotations likeColumn.org.jdbi.v3.json org.jdbi.v3.postgis org.jdbi.v3.postgres Thepostgresplugin provides improved support forjava.time,hstore,uuid, andenumtypes when configured with a recent Postgres database server.org.jdbi.v3.sqlite3 Thesqliteplugin provides improved support forjava.net.URL.org.jdbi.v3.sqlobject SQL Objectsorg.jdbi.v3.vavr vavris a functional programming library for the JVM. -
-
Uses of JdbiPlugin in org.jdbi.v3.cache.noop
Classes in org.jdbi.v3.cache.noop that implement JdbiPlugin Modifier and Type Class Description classNoopCachePluginInstalling this plugin uses the no op (no caching) cache. -
Uses of JdbiPlugin in org.jdbi.v3.core
Fields in org.jdbi.v3.core with type parameters of type JdbiPlugin Modifier and Type Field Description private java.util.concurrent.CopyOnWriteArrayList<JdbiPlugin>Jdbi. pluginsMethods in org.jdbi.v3.core with parameters of type JdbiPlugin Modifier and Type Method Description JdbiJdbi. installPlugin(JdbiPlugin plugin)Install a givenJdbiPlugininstance that will configure any providedHandleinstances. -
Uses of JdbiPlugin in org.jdbi.v3.core.config
Classes in org.jdbi.v3.core.config that implement JdbiPlugin Modifier and Type Class Description classConfiguringPlugin<C extends JdbiConfig<C>> -
Uses of JdbiPlugin in org.jdbi.v3.core.h2
Classes in org.jdbi.v3.core.h2 that implement JdbiPlugin Modifier and Type Class Description classH2DatabasePluginConfigure 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 JdbiPlugin Modifier and Type Class Description static classJdbiPlugin.SingletonAbstract base class for single-install JdbiPlugins. -
Uses of JdbiPlugin in org.jdbi.v3.gson2
Classes in org.jdbi.v3.gson2 that implement JdbiPlugin Modifier and Type Class Description classGson2PluginGson 2 integration plugin. -
Uses of JdbiPlugin in org.jdbi.v3.guava
Classes in org.jdbi.v3.guava that implement JdbiPlugin Modifier and Type Class Description classGuavaPluginPlugin to enable allGuavafunctionality. -
Uses of JdbiPlugin in org.jdbi.v3.guice
Methods in org.jdbi.v3.guice that return types with arguments of type JdbiPlugin Modifier and Type Method Description default com.google.inject.binder.LinkedBindingBuilder<JdbiPlugin>JdbiBinder. bindPlugin()Creates a new binding for aJdbiPlugin. -
Uses of JdbiPlugin in org.jdbi.v3.guice.internal
Fields in org.jdbi.v3.guice.internal with type parameters of type JdbiPlugin Modifier and Type Field Description private com.google.inject.multibindings.Multibinder<JdbiPlugin>InternalJdbiBinder. pluginBinderprivate java.util.Set<JdbiPlugin>InternalGuiceJdbiCustomizer. pluginsprivate static com.google.inject.TypeLiteral<java.util.Set<JdbiPlugin>>InternalGlobalJdbiModule. PLUGINS_TYPE_LITERALMethods in org.jdbi.v3.guice.internal that return types with arguments of type JdbiPlugin Modifier and Type Method Description com.google.inject.binder.LinkedBindingBuilder<JdbiPlugin>InternalJdbiBinder. bindPlugin() -
Uses of JdbiPlugin in org.jdbi.v3.jackson2
Classes in org.jdbi.v3.jackson2 that implement JdbiPlugin Modifier and Type Class Description classJackson2PluginJackson 2 integration plugin. -
Uses of JdbiPlugin in org.jdbi.v3.jodatime2
Classes in org.jdbi.v3.jodatime2 that implement JdbiPlugin Modifier and Type Class Description classJodaTimePluginRegister 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 Modifier and Type Class Description classJpaPluginEnable minimalJPAcompatibility layer. -
Uses of JdbiPlugin in org.jdbi.v3.json
Classes in org.jdbi.v3.json that implement JdbiPlugin Modifier and Type Class Description classJsonPlugin -
Uses of JdbiPlugin in org.jdbi.v3.postgis
Classes in org.jdbi.v3.postgis that implement JdbiPlugin Modifier and Type Class Description classPostgisPluginPostgis plugin. -
Uses of JdbiPlugin in org.jdbi.v3.postgres
Classes in org.jdbi.v3.postgres that implement JdbiPlugin Modifier and Type Class Description classPostgresPluginPostgres plugin. -
Uses of JdbiPlugin in org.jdbi.v3.sqlite3
Classes in org.jdbi.v3.sqlite3 that implement JdbiPlugin Modifier and Type Class Description classSQLitePluginJdbi plugin for SQLite. -
Uses of JdbiPlugin in org.jdbi.v3.sqlobject
Classes in org.jdbi.v3.sqlobject that implement JdbiPlugin Modifier and Type Class Description classSqlObjectPluginPlugin that installs the SqlObject extension. -
Uses of JdbiPlugin in org.jdbi.v3.vavr
Classes in org.jdbi.v3.vavr that implement JdbiPlugin Modifier and Type Class Description classVavrPluginJDBI-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
-