Generated by
JDiff

Package org.springframework.jdbc.core.simple

Changed Classes and Interfaces
AbstractJdbcCall Abstract class to provide base functionality for easy stored procedure calls based on configuration options and database metadata.
SimpleJdbcCall A SimpleJdbcCall is a multi-threaded, reusable object representing a call to a stored procedure or a stored function.
SimpleJdbcCallOperations Interface specifying the API for a Simple JDBC Call implemented by SimpleJdbcCall.