Generated by
JDiff

Class org.springframework.jdbc.object.UpdatableSqlQuery

Changed Methods
RowMapper<T> newRowMapper(Object[], Map<?, ?>) Change in signature from (Object[], Map) to (Object[], Map<?, ?>).
Implementation of the superclass template method.
T updateRow(ResultSet, int, Map<?, ?>) Change in signature from (ResultSet, int, Map) to (ResultSet, int, Map<?, ?>).
Subclasses must implement this method to update each row of the ResultSet and optionally create object of the result type.