Changeset 4924 for trunk/lib/Doctrine

Show
Ignore:
Timestamp:
09/12/08 10:58:02 (4 months ago)
Author:
romanb
Message:

moved hydration stuff

Location:
trunk/lib/Doctrine
Files:
7 added
3 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine/Query.php

    r4628 r4924  
    9797    { 
    9898        $this->_entityManager = $entityManager; 
    99         $this->_hydrator = new Doctrine_Hydrator($entityManager); 
     99        $this->_hydrator = new Doctrine_ORM_Internal_Hydration_StandardHydrator($entityManager); 
    100100 
    101101        $this->free();