Uses of Class
org.jdbi.v3.core.extension.ExtensionMethod
-
Packages that use ExtensionMethod Package Description org.jdbi.v3.core The 'core' package hosts the top level interface into jdbi core.org.jdbi.v3.core.extension Theextensionclasses allow you to extendJdbi's functionality by declaring interface types that may attach toHandleinstances.org.jdbi.v3.core.statement Thestatementpackage 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 ExtensionMethod Modifier and Type Method Description ExtensionMethodHandle. 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 ExtensionMethod Modifier and Type Field Description private ExtensionMethodExtensionContext. extensionMethodMethods in org.jdbi.v3.core.extension that return ExtensionMethod Modifier and Type Method Description ExtensionMethodExtensionContext. getExtensionMethod()Constructors in org.jdbi.v3.core.extension with parameters of type ExtensionMethod Constructor Description ExtensionContext(ConfigRegistry config, ExtensionMethod extensionMethod) -
Uses of ExtensionMethod in org.jdbi.v3.core.statement
Fields in org.jdbi.v3.core.statement declared as ExtensionMethod Modifier and Type Field Description private ExtensionMethodStatementContext. extensionMethodMethods in org.jdbi.v3.core.statement that return ExtensionMethod Modifier and Type Method Description ExtensionMethodStatementContext. getExtensionMethod()Methods in org.jdbi.v3.core.statement with parameters of type ExtensionMethod Modifier and Type Method Description (package private) static StatementContextStatementContext. create(ConfigRegistry config, ExtensionMethod extensionMethod)Constructors in org.jdbi.v3.core.statement with parameters of type ExtensionMethod Constructor Description StatementContext(ConfigRegistry config, ExtensionMethod extensionMethod)
-