可以看到 saveAndFlush() 先呼叫 save() ,接著呼叫 flush() 。 SimpleJpaRepository. @Repository @Transactional(readOnly = true) public class ...
確定! 回上一頁