通过查看SpringJPA的的源码. JpaRepository 中的save方法源码: @Transactional public <S extends T> List<S> save(Iterable<S> entities) { List<S> ...
確定! 回上一頁