Generated by
JDiff

Class org.springframework.jdbc.core.SingleColumnRowMapper

Changed Methods
Object convertValueToRequiredType(Object, Class<?>) Change in signature from (Object, Class) to (Object, Class<?>).
Convert the given column value to the specified required type.
Object getColumnValue(ResultSet, int, Class<?>) Change in signature from (ResultSet, int, Class) to (ResultSet, int, Class<?>).
Retrieve a JDBC object value for the specified column.