Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-users] Pagination and Results

There are some sections in the EclipseLink User's Guide that addres pagination and optimization. See "Handling Query Results Using Pagination" (http://wiki.eclipse.org/Using_Advanced_Query_API_%28ELUG%29#Handling_Query_Results_Using_Pagination) and  "How to use Results Set Pagination for Optimization" (http://wiki.eclipse.org/Optimizing_the_EclipseLink_Application_%28ELUG%29#How_to_Use_Result_Set_Pagination_for_Optimization)

-R

-----Original Message-----
From: eclipselink-users-bounces@xxxxxxxxxxx
[mailto:eclipselink-users-bounces@xxxxxxxxxxx]On Behalf Of Vespa,
Anthony J
Sent: Monday, December 10, 2007 9:29 AM
To: EclipseLink User Discussions
Subject: [eclipselink-users] Pagination and Results


Hello,

I'm about to start exploring some pagination in my code for going
through results, and I'm curious about tips and/or best practices for
paging through results?  I've seen some forum posts referring to using
setFirstResult / MaxResults - is this the proper way?



Back to the top