Generated by
JDiff

Package org.springframework.jdbc.core.simple

Changed Classes and Interfaces
ParameterizedBeanPropertyRowMapper ParameterizedRowMapper implementation that converts a row into a new instance of the specified mapped target class.
ParameterizedRowMapper along with {@link SimpleJdbcTemplate}, in favor of the regular {@link org.springframework.jdbc.core.SingleColumnRowMapper}
ParameterizedSingleColumnRowMapper ParameterizedRowMapper implementation that converts a single column into a single result value per row.