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
config classes define a configuration registry starting from
each Jdbi instance.
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.-
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.config
Classes in org.jdbi.v3.core.config that implement JdbiPlugin -
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.