Doctrine\OXM\Persisters\RootXmlEntityPersister::exists PHP Method

exists() public method

public exists ( object $xmlEntity ) : boolean
$xmlEntity object
return boolean
    public function exists($xmlEntity)
    {
        return $this->storage->exists($this->metadata, $this->metadata->getIdentifierValue($xmlEntity));
    }