Generated by
JDiff

Class org.springframework.jdbc.object.MappingSqlQueryWithParameters

Changed Methods
T mapRow(ResultSet, int, Object[], Map<?, ?>) Change in signature from (ResultSet, int, Object[], Map) to (ResultSet, int, Object[], Map<?, ?>).
Subclasses must implement this method to convert each row of the ResultSet into an object of the result type.
RowMapper<T> newRowMapper(Object[], Map<?, ?>) Change in signature from (Object[], Map) to (Object[], Map<?, ?>).
Implementation of protected abstract method.