Implementations of this class are recoginized by the serialization filter as result sets that are pageable. A pageable result set is a server side cache of a query result (that implements java.sql.ResultSet) and is typically stored in the session object. Users can request a subset of data from the object given that they know it's id.
@author Mark Sheppard
@author Peter Farland
@see javax.sql.RowSet
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.