Pagination in Google App Engine with Java
Posted
by newbie
on Stack Overflow
See other posts from Stack Overflow
or by newbie
Published on 2010-06-10T18:50:56Z
Indexed on
2010/06/13
10:02 UTC
Read the original article
Hit count: 176
java
|google-app-engine
I need to create simple pagination of objects, but when I read manual I found out that query.setRange(5, 10); will fetch 10 objects, even when only 5 objects are needed.
Is there anyway to fetch just needed objects?
EDIT: I started bounty, so fi you can show me simple example code in Java that works, then I will accept you answer.
© Stack Overflow or respective owner