for (S entity : entities) { result.add(save(entity)); ... @Transactional public T save(T entity) { return jpaRepository.save(entity); }.
確定! 回上一頁