Uses of Class
org.jdbi.v3.core.extension.ExtensionMethod
Packages that use ExtensionMethod
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The
extension classes allow you to extend Jdbi's
functionality by declaring interface types that may attach to Handle
instances.
The
statement package provides most of the Fluent API
to drive statement execution.-
Uses of ExtensionMethod in org.jdbi.v3.core
Methods in org.jdbi.v3.core that return ExtensionMethodModifier and TypeMethodDescriptionHandle.getExtensionMethod()Returns the extension method currently bound to the handle's context. -
Uses of ExtensionMethod in org.jdbi.v3.core.extension
Fields in org.jdbi.v3.core.extension declared as ExtensionMethodMethods in org.jdbi.v3.core.extension that return ExtensionMethodConstructors in org.jdbi.v3.core.extension with parameters of type ExtensionMethodModifierConstructorDescriptionExtensionContext(ConfigRegistry config, ExtensionMethod extensionMethod) -
Uses of ExtensionMethod in org.jdbi.v3.core.statement
Fields in org.jdbi.v3.core.statement declared as ExtensionMethodMethods in org.jdbi.v3.core.statement that return ExtensionMethodMethods in org.jdbi.v3.core.statement with parameters of type ExtensionMethodModifier and TypeMethodDescription(package private) static StatementContextStatementContext.create(ConfigRegistry config, ExtensionMethod extensionMethod) Constructors in org.jdbi.v3.core.statement with parameters of type ExtensionMethodModifierConstructorDescriptionprivateStatementContext(ConfigRegistry config, ExtensionMethod extensionMethod)