JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrwrapped->find($className, $id); } public function persist(object $object) { $this->wrapped->persist($object); } public function remove(object $object) { $this->wrapped->remove($object); } public function clear(): void { $this->wrapped->clear(); } public function detach(object $object) { $this->wrapped->detach($object); } public function refresh(object $object) { $this->wrapped->refresh($object); } public function flush() { $this->wrapped->flush(); } /** * {@inheritDoc} */ public function getRepository(string $className) { return $this->wrapped->getRepository($className); } /** * {@inheritDoc} */ public function getClassMetadata(string $className) { return $this->wrapped->getClassMetadata($className); } /** @psalm-return ClassMetadataFactory> */ public function getMetadataFactory() { return $this->wrapped->getMetadataFactory(); } public function initializeObject(object $obj) { $this->wrapped->initializeObject($obj); } /** * {@inheritDoc} */ public function contains(object $object) { return $this->wrapped->contains($object); } }