/**
  * {@inheritdoc}
  */
 public function commit()
 {
     $this->connection->commitTransaction();
 }