@Query(nativeQuery=true, "select * from question q where q.id < 5") public Collection<QuestionEntity> queryAnnotated(); 但是当我想给参数nativeQuery = true ...
確定! 回上一頁