@Repository public interface InboxRepo extends JpaRepository<Inbox, Long> { // this seems to work @Modifying @Query("delete from Inbox i ...
確定! 回上一頁