| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| Modifier and Type | Class and Description |
|---|---|
interface |
Bind
Binds the annotated argument as a named parameter, and as a positional parameter.
|
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. |
Copyright © 2016. All rights reserved.