Generated by
JDiff

Class org.springframework.jdbc.core.JdbcTemplate

Changed Methods
Map<String, Object> extractReturnedResults(CallableStatement, List, List, int) Documentation changed from old to new.
Extract returned ResultSets from the completed stored procedure.
PreparedStatementSetter newArgPreparedStatementSetter(Object[]) Documentation changed from old to new.
Create a new ArgPreparedStatementSetter using the args passed in.
PreparedStatementSetter newArgTypePreparedStatementSetter(Object[], int[]) Documentation changed from old to new.
Create a new ArgTypePreparedStatementSetter using the args and argTypes passed in.
void setSkipResultsProcessing(boolean) Documentation changed from old to new.
Set whether results processing should be skipped.
void setSkipUndeclaredResults(boolean) Documentation changed from old to new.
Set whether undeclared results should be skipped.