Objectify分页

时间:2011-07-28 15:52:39

标签: java google-app-engine paging objectify

你能找到一个关于在Google App Engine Objectify世界中实现良好分页的好教程或文档吗?

我发现了一些帖子: http://groups.google.com/group/objectify-appengine/browse_thread/thread/b640b5d377b620b4

但似乎没有什么能帮助我。有某种LIMIT查询吗?

1 个答案:

答案 0 :(得分:5)

您链接的帖子描述了进行分页的正确方法:使用游标。您可以使用偏移量和限制进行提取,但效率很低,应该避免使用。