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
