| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
<E> E |
ExtensionFactory.attach(Class<E> extensionType,
HandleSupplier handle) |
<E> Optional<E> |
Extensions.findFor(Class<E> extensionType,
HandleSupplier handle)
Create an extension instance if we have a factory that understands
the extension type which has access to a
Handle through a HandleSupplier. |
Copyright © 2017. All rights reserved.