Jackalope\Transport\DoctrineDBAL\Client::finishSave PHP Method

finishSave() public method

{@inheritDoc}
public finishSave ( )
    public function finishSave()
    {
        $this->syncReferences($this->referencesToUpdate);
        $this->referencesToUpdate = $this->referencesToDelete = array();
        $this->getConnection()->commit();
    }