On 10/23/06, Jeff Butler <[EMAIL PROTECTED]> wrote:
+1Most users don't understand what this is really doing.Jeff Butler
On 10/23/06, Clinton Begin < [EMAIL PROTECTED]> wrote:Hi all,
I'd like to suggest that we deprecate the PaginatedList interface, all implementations of it, and the SqlMapClient methods that use it.
Why?
Any thoughts?
- It's currently overused where it probably shouldn't be used at all.
- It's not a flexible model, so you can't supply your own implementation of PaginatedList.
- Using queryForList() with skip and count parameters is better all around.
Cheers,
Clinton