Details
Description
We should allow EntityRepository to also support associations fetching (when fetched Entity is the owning side).
$employee = $em->getRepository('Employee')->findByEmployer($em->getReference('Employer', $id));
We should allow EntityRepository to also support associations fetching (when fetched Entity is the owning side).
$employee = $em->getRepository('Employee')->findByEmployer($em->getReference('Employer', $id));