Generated by
JDiff

Package org.springframework.jdbc.core

Changed Classes
JdbcTemplate This is the central class in the JDBC core package. It simplifies the use of JDBC and helps to avoid common errors.
ResultSetSupportingSqlParameter Common base class for ResultSet-supporting SqlParameters like SqlOutParameter and SqlReturnResultSet.
SingleColumnRowMapper RowMapper implementation that converts a single column into a single result value per row.
SqlInOutParameter Subclass of SqlOutParameter to represent an INOUT parameter.
SqlOutParameter Subclass of SqlParameter to represent an output parameter.
SqlReturnResultSet Represents a returned java.sql.ResultSet from a stored procedure call.
StatementCreatorUtils Utility methods for PreparedStatementSetter/Creator and CallableStatementCreator implementations, providing sophisticated parameter management (including support for LOB values).