JPA Query With Pagable Result Throws Exception (Says not Pageable it should be)

前端 未结 0 1632
不思量自难忘°
不思量自难忘° 2021-02-20 05:04

I have the following query for my JPA application against Postgres DB:

@Query("SELECT c FROM Cacl c WHERE c.name LIKE \'caclId%\'")
public Page

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