$agent = new OrganizationAgent(); $closure = (new AgentViewClosure()) ->setAncestor($agent) ->setDescendant($agent) ->setPath($agent->getId()) ->setLevel(self::DEFAULT_LEVEL); $agent->addDescendantClosure($closure) ->addAncestorClosure($closure); $em->persist($closure); $ agent-> getId () - there will be null. How can I pass id?