Generated by
JDiff

Package org.springframework.jdbc.core

Changed Classes and Interfaces
JdbcOperations Interface specifying a basic set of JDBC operations.
JdbcTemplate This is the central class in the JDBC core package. It simplifies the use of JDBC and helps to avoid common errors.
ParameterizedPreparedStatementSetter Parameterized callback interface used by the JdbcTemplate class for batch updates.
SqlRowSetResultSetExtractor ResultSetExtractor implementation that returns a Spring SqlRowSet representation for each given ResultSet.