Uses of Interface
org.jdbi.v3.core.extension.ExtensionConfigurer
Packages that use ExtensionConfigurer
Package
Description
The
extension classes allow you to extend Jdbi's
functionality by declaring interface types that may attach to Handle
instances.-
Uses of ExtensionConfigurer in org.jdbi.v3.core.extension
Classes in org.jdbi.v3.core.extension that implement ExtensionConfigurerModifier and TypeClassDescriptionclassConfigurer base class that applies the same configuration changes independent whether an annotation is placed on the type or a method.