/**
  * Rolls back the transaction
  *
  * @return void
  */
 public function rollBack()
 {
     $this->persister->rollBack();
 }