Alternatively, consider subclassing MappingSqlQuery from the jdbc.object
package: Instead of working with separate JdbcTemplate and RowMapper objects, you can have executable query objects (containing row-mapping logic) there.
@author Juergen Hoeller
@since 1.0.2
@see RowMapper
@see JdbcTemplate
@see org.springframework.jdbc.object.MappingSqlQuery
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|