Pagination for multiple repository calls in a single API, JAVA JPA

后端 未结 0 1795
南旧
南旧 2021-01-18 12:33

While doing pagination, in single api there are 2 repository calls

Sort sort = Sort.by("createdAt"). descending ();
Pageable paging = PageRequest.of         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题