Agreed - if you want pagination and performance, expect to do some stored procedures, and to get your hands dirty - it is not going to be a one step process.
I am not keen on the idea of making iBATIS behave differently based on the database it is using unless it can be done by users via extension points. Larry On 11/3/05, Clinton Begin <[EMAIL PROTECTED]> wrote: > PainatedList is a convenience feature, not a performance feature. Those two > goals generally work against each other. > > If you're after performance, definitely DO NOT use PaginatedList.