The way from the manual has no effect:
Code
$em = $this->getService('doctrine.entitymanager');
$query = $em->createQuery('SELECT u FROM Wikula_Entity_Links u');
$query->setHint(\Doctrine\ORM\Query::HINT_INCLUDE_META_COLUMNS, true);
$users = $query->getResult();
$query = $em->createQuery('SELECT u FROM Wikula_Entity_Links u');
$query->setHint(\Doctrine\ORM\Query::HINT_INCLUDE_META_COLUMNS, true);
$users = $query->getResult();
--
https://github.com/phaidon/
