/**
  * {@inheritdoc}
  */
 public function insertRows(PersistentCollection $collection)
 {
     $this->persister->insertRows($collection);
 }