createQueryBuilder('l'); $qb->where('l.id = :id') ->setParameter('id', $id); return $qb; } }