oto kod który nic nie robi

Kod
$em = $this->getDoctrine()->getEntityManager();
$thread = $em->getRepository('AcmeMainBundle:Thread')->findOneById($id);
$thread->setCount(1++);
$em->persist($thread);
$em->flush();
$thread = $em->getRepository('AcmeMainBundle:Thread')->findOneById($id);
$thread->setCount(1++);
$em->persist($thread);
$em->flush();