You should use your @Query like this: @Query(nativeQuery = true, value="select * from question q where q.id < 5") public ...
確定! 回上一頁