Doctrine\ORM\UnitOfWork::getByIdHash PHP 메소드

getByIdHash() 공개 메소드

INTERNAL: Gets an entity in the identity map by its identifier hash.
public getByIdHash ( string $idHash, string $rootClassName ) : object
$idHash string
$rootClassName string
리턴 object
    public function getByIdHash($idHash, $rootClassName)
    {
        return $this->identityMap[$rootClassName][$idHash];
    }