| Interface | Description |
|---|---|
| ConnectionProvider |
An interface to indicate that an object can provide JDBC connections.
|
| Enricher<B> |
Enrich an object with values from the current row of a result set.
|
| Extractor<T> |
A functional interface designed to extract a given type from a single row of a ResultSet.
|
| ThrowingBiConsumer<T,U> |
A BiConsumer that allows for Exceptions which will be converted to appropriate RuntimeExceptions.
|
| ThrowingBiFunction<T,U,R> |
A BiFunction that allows for exceptions, rethrowing them as an appropriate
type of RuntimeException.
|