/**
  * Commit a transaction and return to autocommit mode.
  *
  * @return EhrlichAndreas_Db_ZF2Bridge_Adapter
  */
 public function commit()
 {
     $this->adapter->commit();
     return $this;
 }