Generated by
JDiff

Interface org.springframework.jdbc.core.JdbcOperations

Changed Methods
int[] batchUpdate(String, List<Object[]>) Change in exceptions thrown from no exceptions to org.springframework.dao.DataAccessException.
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
int[] batchUpdate(String, List<Object[]>, int[]) Change in exceptions thrown from no exceptions to org.springframework.dao.DataAccessException.
Execute a batch using the supplied SQL statement with the batch of supplied arguments.
int[][] batchUpdate(String, Collection<T>, int, ParameterizedPreparedStatementSetter<T>) Change in exceptions thrown from no exceptions to org.springframework.dao.DataAccessException.
Execute multiple batches using the supplied SQL statement with the collect of supplied arguments.