| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| org.jdbi.v3.sqlobject.unstable |
Early Access / In Development Modules
|
| Modifier and Type | Class and Description |
|---|---|
interface |
Bind
A binding annotation.
|
interface |
BindBean
Binds the properties of a JavaBean to a SQL statement.
|
interface |
BindMap
Binds the entries of a
Map<String, Object> to a SQL statement. |
| Modifier and Type | Class and Description |
|---|---|
interface |
BindIn
Binds an Iterable or array/varargs of any type to a placeholder as a comma-separated list (e.g.
|
Copyright © 2016. All rights reserved.