Methods in com.ibatis.db.sqlmap that return PaginatedList |
PaginatedList |
SqlMap.executeQueryForPaginatedList(java.lang.String statementName,
java.lang.Object parameterObject,
int pageSize)
Executes the SQL and retuns a subset of the results in a dynamic PaginatedList that can be used to
automatically scroll through results from a database table. |
PaginatedList |
MappedStatement.executeQueryForPaginatedList(java.lang.Object parameterObject,
int pageSize)
Executes the SQL and retuns a subset of the results in a dynamic PaginatedList that can be used to
automatically scroll through results from a database table. |