$entityName The name of the entity. * * @return ObjectRepository This type will change to {@see EntityRepository} in 3.0. * * @template T of object */ public function getRepository(EntityManagerInterface $entityManager, $entityName); }