Objectify分页

Fab*_* B. 5 java paging google-app-engine objectify

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

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

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

Nic*_*son 5

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