| Enum | Description |
|---|---|
| BindList.EmptyHandling |
describes what needs to be done if the passed argument is null or empty
|
| Annotation Type | Description |
|---|---|
| BatchChunkSize |
Used to control the batch chunk size for sql batch operations.
|
| 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. |
| Define |
Defines a named attribute as the argument passed to the annotated parameter.
|
| DefineList | |
| FetchDirection |
Used to specify the fetch direction, per JDBC, of a result set.
|
| FetchSize | |
| MaxRows |
Used to specify the maximum numb er of rows to return on a result set.
|
| OutParameter |
Declare a named out parameter on an
@SqlCall annotated method. |
| OverrideStatementRewriterWith |
Use this to override the statement rewriter on a sql object, May be specified on either the interface
or method level.
|
| QueryTimeOut |
Specify the query timeout in seconds.
|
| RegisterArgumentFactory |
Used to register an argument factory with either a sql object type or for a specific method.
|
| RegisterBeanMapper | |
| RegisterCollectorFactory |
Used to register container mappers on the current
Query
either for a sql object type or for a method. |
| RegisterColumnMapper |
Used to register a column mapper with either a sql object type or for a specific method.
|
| RegisterColumnMapperFactory |
Used to register a column mapper with either a sql object type or for a specific method.
|
| RegisterConstructorMapper |
Used to register a constructor mapper factory for the only constructor of a type.
|
| RegisterFieldMapper | |
| RegisterJoinRowMapper |
Used to register a
JoinRowMapper factory. |
| RegisterObjectArgumentFactory |
Used to register argument factories for types which are compatible with
PreparedStatement.setObject(int, Object). |
| RegisterRowMapper |
Used to register a row mapper with either a sql object type or for a specific method.
|
| RegisterRowMapperFactory |
Used to register a row mapper factory with either a sql object type or for a specific method.
|
| Timestamped |
Binds the named parameter
:now or a custom named parameter with
the current DateTime as an OffsetDateTime. |
| 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).
|
| UseRowMapper |
Used to specify specific row mapper on a query method.
|
Copyright © 2016. All rights reserved.