Uses of Class
org.jdbi.v3.core.extension.Extensions
Package
Description
The
extension
classes allow you to extend Jdbi
's
functionality by declaring interface types that may attach to Handle
instances.-
Uses of Extensions in org.jdbi.v3.core.extension
Modifier and TypeMethodDescriptionExtensions.createCopy()
Extensions.register
(ExtensionFactory factory) Register an extension factory.Extensions.setAllowProxy
(boolean allowProxy) Allow usingProxy
to implement extensions.