queryForPaginatedList()

Larry


On 4/12/06, John Chien <[EMAIL PROTECTED]> wrote:
> Dear sir:
>
> I have a feature that requires me to return query result of a selection
> statment in certain amount of successive records every time.
> This is just like a page.
>
> For example:
>
> SELECT  id, name
> FROM employee;
>
> The selection result of this statement is a list.
> However, I want to only get 30 records every time.
> For the first call, I want to get the first 30 (1 - 30) records, for
> thext call, I would like to get the next 30 (31 - 60) records.
>
> How can I do this in Ibatis ?
>
> Thanks,
>
> John Chien
>
>
>

Reply via email to