Spring Data JPA apply sorting, pagination along with a where clause

前端 未结 3 1473
春和景丽
春和景丽 2021-02-04 06:35

I am currently Using Spring JPA and utilizing the Sorting and Pagination as described here -

How to query data via Spring data JPA by sort and pageable both out of box?<

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-04 07:10

    The easiest way I could find is to use QueryDSL or Specifications. I prefer QueryDSL.

提交回复
热议问题