| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.customizer | |
| org.jdbi.v3.sqlobject.statement | |
| org.jdbi.v3.sqlobject.transaction |
| 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 |
BindBeanList
Binds each property for 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 |
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 |
BindMap
Binds the entries of a
Map<String, Object> to a SQL statement. |
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. |
| Modifier and Type | Class and Description |
|---|---|
interface |
MapTo
Used to specify a polymorphic return type parameter on a query method.
|
| Modifier and Type | Class and Description |
|---|---|
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 © 2017. All rights reserved.