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