Spring JPA doesn't work with Top and Pageable together

后端 未结 0 1755
情歌与酒
情歌与酒 2020-12-09 13:11

I have a repository with a method name query to return the top 3 entities, e.g.

Page findTop3By(Pageable pageable);

The metho

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