메소드 | 설명 | |
---|---|---|
__construct ( |
||
attach ( Doctrine\ODM\OrientDB\Proxy\Proxy $proxy ) | ||
execute ( |
||
getCollectionFor ( array $rids, boolean $lazy = true, string $fetchPlan = null ) : Doctrine\ODM\OrientDB\Collections\ArrayCollection | null | ||
getHydrator ( ) : |
Lazily instantiates and returns the Hydrator | |
getManager ( ) : |
Returns the manager the UnitOfWork is attached to | |
getProxyFor ( |
||
hasProxyFor ( |
메소드 | 설명 | |
---|---|---|
getInflector ( ) | ||
getRid ( Doctrine\ODM\OrientDB\Proxy\Proxy $proxy ) : string | Gets the rid of the proxy. | |
load ( |
Executes a query against OrientDB to find the specified RID and finalizes the hydration result. |
public attach ( Doctrine\ODM\OrientDB\Proxy\Proxy $proxy ) | ||
$proxy | Doctrine\ODM\OrientDB\Proxy\Proxy |
public execute ( |
||
$query |
public getHydrator ( ) : |
||
리턴 |
public getManager ( ) : |
||
리턴 |
public getProxyFor ( |
||
$rid | ||
$lazy | boolean | |
$fetchPlan | null | |
리턴 | Doctrine\ODM\OrientDB\Proxy\Proxy |