| Configurer |
Deprecated.
|
| RegisterArgumentFactory |
Used to register an argument factory with either a sql object type or for a specific method.
|
| RegisterBeanMapper |
Registers a BeanMapper for a specific bean class
|
| RegisterColumnMapper |
Registers a column mapper in the scope of a SQL Object type or method.
|
| RegisterColumnMapperFactory |
Registers a column mapper factory in the scope of a SQL Object type or method.
|
| RegisterConstructorMapper |
Registers a constructor mapper factory for the given type(s).
|
| RegisterFieldMapper |
Register types to reflectively assign fields with FieldMapper.
|
| RegisterObjectArgumentFactory |
Registers an argument factory for a type compatible with
PreparedStatement.setObject(int, Object).
|
| RegisterRowMapper |
Register a row mapper in the context of a SQL Object type or method.
|
| RegisterRowMapperFactory |
Registers a row mapper factory in the scope of a SQL Object type or method.
|