예제 #1
0
 public function save(ArrayCollection $articles)
 {
     return $this->repository->bulkInserts($articles, self::BATCH_SIZE);
 }