It does not use JdbcRowSet. It is compatible with JVM 1.2 and above. It uses ResultSet for data retrieval and ResultSet or PreparedStatement for update. I have seen other libraries that use newer data retrieval methods but I elected to maximize compatibility.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are you using the new java 1.5.0 features to make the navigation?
It does not use JdbcRowSet. It is compatible with JVM 1.2 and above. It uses ResultSet for data retrieval and ResultSet or PreparedStatement for update. I have seen other libraries that use newer data retrieval methods but I elected to maximize compatibility.