| Package | Description |
|---|---|
| org.jdbi.v3.core |
The 'core' package hosts the top level interface into jdbi core.
|
| org.jdbi.v3.core.extension |
The
extension classes allow you to extend Jdbi's
functionality by declaring interface types that may attach to Handle
instances. |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Method and Description |
|---|---|
ExtensionMethod |
Handle.getExtensionMethod() |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
HandleSupplier.invokeInContext(ExtensionMethod extensionMethod,
ConfigRegistry config,
Callable<V> task)
Bind an extension method and configuration registry to the Handle,
invoke the given task, then reset the Handle's extension state.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionMethod |
StatementContext.getExtensionMethod() |
Copyright © 2017. All rights reserved.