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?

  1. It's currently overused where it probably shouldn't be used at all.
  2. It's not a flexible model, so you can't supply your own implementation of PaginatedList.
  3. Using queryForList() with skip and count parameters is better all around.
Any thoughts?

Cheers,
Clinton

Reply via email to