Spring data JPA count语句加组合查询怎么处理

2025-03-01 05:02:19
推荐回答(1个)
回答1:

List findAll(Specification spec);

方法,获取list.size()来处理总条数问题。