| Package | Description |
|---|---|
| org.jdbi.v3.core.argument |
The
argument classes translate Java types into JDBC parameters. |
| org.jdbi.v3.core.argument.internal |
| Modifier and Type | Class and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
MethodReturnValueNamedArgumentFinder
Base
NamedArgumentFinder implementation that can be used for bindings that use the return value
of an object's method as an argument. |
class |
PojoPropertyArguments
This class hosts the logic from BeanPropertyArguments.
|
Copyright © 2019. All rights reserved.