| Package | Description |
|---|---|
| org.jdbi.v3.sqlobject.customizers | |
| org.jdbi.v3.sqlobject.unstable |
Early Access / In Development Modules
|
| Modifier and Type | Class and Description |
|---|---|
interface |
Define
Used to set attributes on the StatementContext for the statement generated for this method.
|
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 |
OverrideStatementRewriterWith
Use this to override the statement rewriter on a sql object, May be specified on either the interface
or method level.
|
interface |
QueryTimeOut
Specify the query timeout in seconds.
|
interface |
RegisterArgumentFactory
Used to register an argument factory with either a sql object type or for a specific method.
|
interface |
RegisterBeanMapper |
interface |
RegisterCollectorFactory
Used to register container mappers on the current
Query
either for a sql object type or for a method. |
interface |
RegisterColumnMapper
Used to register a column mapper with either a sql object type or for a specific method.
|
interface |
RegisterColumnMapperFactory
Used to register a column mapper with either a sql object type or for a specific method.
|
interface |
RegisterConstructorMapper
Used to register a constructor mapper factory for the only constructor of a type.
|
interface |
RegisterJoinRowMapper
Used to register a
JoinRowMapper factory. |
interface |
RegisterObjectArgumentFactory
Used to register argument factories for types which are compatible with
PreparedStatement.setObject(int, Object). |
interface |
RegisterRowMapper
Used to register a row mapper with either a sql object type or for a specific method.
|
interface |
RegisterRowMapperFactory
Used to register a row mapper factory with either a sql object type or for a specific method.
|
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).
|
| 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.