| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject |
SQL Objects
|
| org.jdbi.v3.sqlobject.customizers |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
interface |
BindList
Binds each value in the annotated
Iterable or array/varargs argument, and defines a named attribute as a
comma-separated list of each bound parameter name. |
interface |
Define
Defines a named attribute as the argument passed to the annotated parameter.
|
interface |
DefineList
|
interface |
FetchDirection
Used to specify the fetch direction, per JDBC, of a result set.
|
interface |
FetchSize |
interface |
MaxRows
Used to specify the maximum numb er of rows to return on a result set.
|
interface |
OutParameter
Declare a named out parameter on an
@SqlCall annotated method. |
interface |
QueryTimeOut
Specify the query timeout in seconds.
|
interface |
Timestamped
Binds the named parameter
:now or a custom named parameter with
the current DateTime as an OffsetDateTime. |
interface |
TransactionIsolation
Used to specify the transaction isolation level for an object or method (via annotating the method
or passing it in as an annotated param).
|
Copyright © 2016. All rights reserved.