RowMapper implementations.See: Description
| Class | Description |
|---|---|
| BeanWrapperRowMapper<T> |
RowMapper implementation based on bean property paths. |
| GenericRowSetFactory |
Generic Row set factory with different constructor
|
| PassThroughRowMapper |
Pass through
RowMapper useful for passing the orginal String[]
back directly rather than a mapped object. |
RowMapper implementations.