On 6/27/05, Clinton Begin <[EMAIL PROTECTED]> wrote: > For high performance systems, you should not use paginated list at > all....you should use queryForList with skip and count parameters.
Hmm, I'd say for high performance systems, you should not use paginated list at all....you should use a stored procedure if you can, and if not use queryForList with skip and count parameters. Larry
