Generated by
JDiff

Package org.springframework.jdbc.support.rowset

Changed Classes and Interfaces
ResultSetWrappingSqlRowSet The default implementation of Spring's SqlRowSet interface, wrapping a java.sql.ResultSet, catching any SQLExceptions and translating them to a corresponding Spring InvalidResultSetAccessException.
SqlRowSet Mirror interface for javax.sql.RowSet, representing disconnected java.sql.ResultSet data.