Objectify paging [closed]

点点圈 提交于 2019-12-22 06:47:04

问题


Can you find a good tutorial or documentation about achieving a good pagination in a Google App Engine Objectify world?

I found some posts: http://groups.google.com/group/objectify-appengine/browse_thread/thread/b640b5d377b620b4

But nothing seems to help me. Is there some sort of LIMIT query?


回答1:


The post you linked to describes the correct way to do pagination: Using cursors. You can fetch using offsets and limits, but it's inefficient and should be avoided.



来源:https://stackoverflow.com/questions/6861897/objectify-paging

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!