Generated by
JDiff

Class org.springframework.jdbc.core.JdbcTemplate

Changed Methods
int[] batchUpdate(String, List<Object[]>) Change in exceptions thrown from no exceptions to org.springframework.dao.DataAccessException.
 
int[] batchUpdate(String, List<Object[]>, int[]) Change in exceptions thrown from no exceptions to org.springframework.dao.DataAccessException.
 
int[][] batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) Change in exceptions thrown from no exceptions to org.springframework.dao.DataAccessException.