You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by kiran vuppla <ki...@yahoo.com> on 2008/08/25 21:36:54 UTC

SV: Pagination.

�
For pagination I see that in the mailing list to use the following but would like to know how it works. I mean For every request will it always gets all the rows and skips the rows and get the pagesize what we want? 
�
result = sqlMap.queryForList("searchCompanies", searchBean, ((pageNumber-1) * 
pageSize), pageSize);
�
Thanks,
Kiran