I tried like below and it works for me. @Query(value = "select * from events where type_id in :types", nativeQuery = true) List<Event> findEventsByType(@Param ...
確定! 回上一頁