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 com.sun.rowset.CachedRowSetImpl
class on Java 5 and 6, or the javax.sql.rowset.RowSetProvider
mechanism on Java 7 / JDBC 4.1.
@author Juergen Hoeller
@since 1.2
@see #newCachedRowSet
@see org.springframework.jdbc.support.rowset.SqlRowSet
@see JdbcTemplate#queryForRowSet(String)
@see javax.sql.rowset.CachedRowSet
|
|
|
|
|
|
|
|
|
|
|
|
|
|