Generated by
JDiff

Package org.springframework.dao

Added Classes
QueryTimeoutException Exception to be thrown on a query timeout.
 

Changed Classes
EmptyResultDataAccessException Data access exception thrown when a result was expected to have at least one row (or element) but zero rows (or elements) were actually returned.
IncorrectResultSizeDataAccessException Data access exception thrown when a result was not of the expected size, for example when expecting a single row but getting 0 or more than 1 rows.