Transactional List deleteByCode(String code); Spring Data JPA的deleteByXXXX,是先select,在整个Transaction完了之后才执行delete。
確定! 回上一頁