Skip to content

Instantly share code, notes, and snippets.

@frombegin
Last active December 8, 2015 21:00
Show Gist options
  • Select an option

  • Save frombegin/ee51c5fb69fa37fd2698 to your computer and use it in GitHub Desktop.

Select an option

Save frombegin/ee51c5fb69fa37fd2698 to your computer and use it in GitHub Desktop.

分页器处理:

  • 将数据操作移到 dao 层,包括:
    int getTotalCount(DSLContext create, ...)
    List<Record-Or-CustomItem> getList(DSLContext create, ..., limit, offset)
  • biz 层调用 dao,封装成 Pagination

  • jsonrpc4j 需要扩展支持 pagination, ObjectMapper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment