Generated by
JDiff

Package org.springframework.jdbc.core.namedparam

Changed Classes and Interfaces
BeanPropertySqlParameterSource SqlParameterSource implementation that obtains parameter values from bean properties of a given JavaBean object.
EmptySqlParameterSource A simple empty implementation of the SqlParameterSource interface.
MapSqlParameterSource SqlParameterSource implementation that holds a given Map of parameters.
NamedParameterJdbcTemplate Template class with a basic set of JDBC operations, allowing the use of named parameters rather than traditional '?' placeholders.
SqlParameterSource Interface that defines common functionality for objects that can offer parameter values for named SQL parameters, serving as argument for NamedParameterJdbcTemplate operations.