| Package | Description |
|---|---|
| org.jdbi.v3.core.argument |
The
argument classes translate Java types into JDBC parameters. |
| org.jdbi.v3.core.statement |
The
statement package provides most of the Fluent API
to drive statement execution. |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPropertyArguments
Inspect a
java.beans style object and bind parameters
based on each of its discovered properties. |
class |
MapArguments
Binds all entries of a map as arguments.
|
class |
ObjectFieldArguments
Inspect an object and binds parameters based on each of its public fields.
|
class |
ObjectMethodArguments
Binds public methods with no parameters on a specified object.
|
| Modifier and Type | Method and Description |
|---|---|
This |
SqlStatement.bindNamedArgumentFinder(NamedArgumentFinder namedArgumentFinder)
Binds a new
NamedArgumentFinder. |
Copyright © 2017. All rights reserved.