Uses of Class
org.jdbi.v3.core.extension.ExtensionContext
Packages that use ExtensionContext
Package
Description
 The 
extension classes allow you to extend Jdbi's
 functionality by declaring interface types that may attach to Handle
 instances.- 
Uses of ExtensionContext in org.jdbi.v3.core.extension
Methods in org.jdbi.v3.core.extension that return ExtensionContextModifier and TypeMethodDescriptionstatic ExtensionContextExtensionContext.forConfig(ConfigRegistry config) Methods in org.jdbi.v3.core.extension with parameters of type ExtensionContextModifier and TypeMethodDescriptiondefault <V> VHandleSupplier.invokeInContext(ExtensionContext extensionContext, Callable<V> task) Bind a newExtensionContextto the Handle, invoke the given task, then restore the Handle's extension state.