| Annotation Type | Description |
|---|---|
| BatchChunkSize |
Used to control the batch chunk size for sql batch operations.
|
| GetGeneratedKeys | |
| SqlBatch |
Annotate a method to indicate that it will create and execute a SQL batch.
|
| SqlCall |
Support for stored proc invocation.
|
| SqlQuery |
Used to indicate that a method should execute a query.
|
| SqlUpdate |
Used to indicate that a method should execute a non-query sql statement
|
| UseRowMapper |
Used to specify specific row mapper on a query method.
|
Copyright © 2016. All rights reserved.