Generated by
JDiff

Class org.springframework.jdbc.object.GenericSqlQuery

The superclass changed from org.springframework.jdbc.object.SqlQuery to org.springframework.jdbc.object.SqlQuery.

Changed Methods
RowMapper<T> newRowMapper(Object[], Map<?, ?>) Change in return type from RowMapper to RowMapper<T>.
Change in signature from (Object[], Map) to (Object[], Map<?, ?>).
 
void setRowMapperClass(Class<RowMapper>) Change in signature from Class to Class<RowMapper>.