Passing List<Integer> in spring data jpa native query. Try taking away the @Query and make the method name: public List<Event> findByTypeIn(List<Integer> ...
確定! 回上一頁