/**
  * Commits the transaction
  *
  * @return void
  */
 public function commit()
 {
     $this->persister->commit();
 }