Generated by
JDiff

Package org.springframework.jdbc.core.namedparam

Added Classes
EmptySqlParameterSource A simple empty implementation of the SqlParameterSource interface.
 

Changed Classes and Interfaces
NamedParameterJdbcOperations Interface specifying a basic set of JDBC operations allowing the use of named parameters rather than the traditional '?' placeholders.
NamedParameterJdbcTemplate Template class with a basic set of JDBC operations, allowing the use of named parameters rather than traditional '?' placeholders.