| Interface | Description |
|---|---|
| Configurer |
Configures
ConfigRegistry instances to satisfy the contract of a
ConfiguringAnnotation-annotated annotation. |
| Annotation Type | Description |
|---|---|
| ConfiguringAnnotation |
Annotation used to modify configuration in the context of a SQL object or method.
|
| KeyColumn |
Configures the column to use for map keys, for SQL methods that return
Map, or Guava's Multimap. |
| 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.
|
| UseStatementRewriter |
Use the specified
StatementRewriter class to rewrite SQL for the annotated SQL object class or method. |
| ValueColumn |
Configures the column to use for map values, for SQL methods that return
Map, or Guava's Multimap. |
Copyright © 2017. All rights reserved.