| Annotation Type | Description |
|---|---|
| BatchChunkSize |
Used to control the batch chunk size for sql batch operations.
|
| Define |
Used to set attributes on the StatementContext for the statement generated for this method.
|
| 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.
|
| 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.
|
| 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.
|
| 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.