| 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.
|
| OverrideStatementRewriterWith |
Use this to override the statement rewriter on a sql object, May be specified on either the interface
or method level.
|
| 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.
|
Copyright © 2017. All rights reserved.