| Package | Description |
|---|---|
| org.jdbi.v3.core |
The 'core' package hosts the top level interface into jdbi core.
|
| Modifier and Type | Method and Description |
|---|---|
<R,E,X extends Exception> |
Jdbi.withExtension(Class<E> extensionType,
ExtensionCallback<R,E,X> callback)
A convenience method which opens an extension of the given type, yields it to a callback, and returns the result
of the callback.
|
Copyright © 2017. All rights reserved.