Class TIC\DormBundle\Hydration\GroupobjHydrator

extends ObjectHydrator

Récupération d'une liste d'entités en les regroupants selon la valeur d'une colonne supplémentaire.

Exemple:

SELECT a, a.category FROM t < array( c1 => array( a1, a2... ) c2 => array( a1, a3, a5... ) ... )

Methods
Methods inherited from Doctrine\ORM\Internal\Hydration\ObjectHydrator
prepare(), cleanup(), cleanupAfterRowIteration(), onClear()
Methods inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
__construct(), iterate(), toIterable(), statement(), resultSetMapping(), hydrateAll(), hydrateRow(), hydrateRowData(), gatherRowData(), gatherScalarRowData(), hydrateColumnInfo(), getClassMetadata(), registerManaged(), buildEnum()
Properties inherited from Doctrine\ORM\Internal\Hydration\ObjectHydrator
$identifierMap, $resultPointers, $idTemplate, $resultCounter, $rootAliases, $initializedCollections, $uninitializedCollections, $existingCollections
Properties inherited from Doctrine\ORM\Internal\Hydration\AbstractHydrator
$_rsm, $_em, $_platform, $_uow, $_metadataCache, $_cache, $_stmt, $_hints