org.springframework.jdbc.core.SqlRowSetResultSetExtractor ResultSetExtractor implementation that returns a Spring SqlRowSet representation for each given ResultSet. <p>The default implementation uses a standard JDBC CachedRowSet underneath. This means that JDBC RowSet support needs to be available at runtime: by default, Sun's <code>com.sun. ...javax.sql.rowset.WebRowSet The standard interface that all implementations of a <code>WebRowSet</code> must implement. <P> <h3>1.0 Overview</h3> The <code>WebRowSetImpl</code> provides the standard reference implementation, which may be extended if required. <P> The standard W ... | Popular Tags |