I'm using a custom JPQL query to group by some field and get the count. Following is my repository method. @Query(value = "select count(v) as cnt, ...
確定! 回上一頁