Uses of Interface
org.jdbi.v3.core.extension.ExtensionConfigurer
Package
Description
The
extension
classes allow you to extend Jdbi
's
functionality by declaring interface types that may attach to Handle
instances.
The
sqlobject.config
package defines configuration annotations
that modify the Jdbi
configuration used as the context for executing
SqlObject methods, such as registering handled types.-
Uses of ExtensionConfigurer in org.jdbi.v3.core.extension
Modifier and TypeClassDescriptionclass
Configurer base class that applies the same configuration changes independent whether an annotation is placed on the type or a method. -
Uses of ExtensionConfigurer in org.jdbi.v3.sqlobject.config
ExtensionConfigurer
directly.