addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => (\dirname(__DIR__, 4).'/src/Domain/Entity')]), 'App\\Domain\\Entity'); $a->setEntityNamespaces(['App' => 'App\\Domain\\Entity']); $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\PhpArrayAdapter(($this->targetDir.''.'/doctrine/orm/projects_metadata.php'), new \Symfony\Component\Cache\Adapter\ArrayAdapter())); $a->setQueryCache(($this->privates['cache.doctrine.orm.projects.query.traceable'] ?? $this->load('getCache_Doctrine_Orm_Projects_Query_TraceableService.php'))); $a->setResultCache(($this->privates['cache.doctrine.orm.projects.result.traceable'] ?? $this->load('getCache_Doctrine_Orm_Projects_Result_TraceableService.php'))); $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 'App\\Infrastructure\\Repository\\CustomIdGenerator\\Generator' => ['privates', 'App\\Infrastructure\\Repository\\CustomIdGenerator\\Generator', 'getGeneratorService.php', true], ], [ 'App\\Infrastructure\\Repository\\CustomIdGenerator\\Generator' => '?', ]))); $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies')); $a->setProxyNamespace('Proxies'); $a->setAutoGenerateProxyClasses(false); $a->setSchemaIgnoreClasses([]); $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory'); $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository'); $a->setNamingStrategy(new \Doctrine\ORM\Mapping\DefaultNamingStrategy()); $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy()); $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this)); $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [ 'App\\Infrastructure\\Repository\\CdfRepository' => ['privates', 'App\\Infrastructure\\Repository\\CdfRepository', 'getCdfRepositoryService.php', true], 'App\\Infrastructure\\Repository\\ElementTypesTemplatesRepository' => ['privates', 'App\\Infrastructure\\Repository\\ElementTypesTemplatesRepository', 'getElementTypesTemplatesRepositoryService.php', true], 'App\\Infrastructure\\Repository\\ExportTemplateOptionRepository' => ['privates', 'App\\Infrastructure\\Repository\\ExportTemplateOptionRepository', 'getExportTemplateOptionRepositoryService.php', true], 'App\\Infrastructure\\Repository\\ExportsRepository' => ['privates', 'App\\Infrastructure\\Repository\\ExportsRepository', 'getExportsRepositoryService.php', true], 'App\\Infrastructure\\Repository\\FileTypeRepository' => ['privates', 'App\\Infrastructure\\Repository\\FileTypeRepository', 'getFileTypeRepositoryService.php', true], 'App\\Infrastructure\\Repository\\FluxRepository' => ['privates', 'App\\Infrastructure\\Repository\\FluxRepository', 'getFluxRepositoryService.php', true], 'App\\Infrastructure\\Repository\\InputRepository' => ['privates', 'App\\Infrastructure\\Repository\\InputRepository', 'getInputRepositoryService.php', true], 'App\\Infrastructure\\Repository\\LayoutRepository' => ['privates', 'App\\Infrastructure\\Repository\\LayoutRepository', 'getLayoutRepositoryService.php', true], 'App\\Infrastructure\\Repository\\Media\\ElementMediaRepository' => ['privates', 'App\\Infrastructure\\Repository\\Media\\ElementMediaRepository', 'getElementMediaRepositoryService.php', true], 'App\\Infrastructure\\Repository\\PageAutoGeneRepository' => ['privates', 'App\\Infrastructure\\Repository\\PageAutoGeneRepository', 'getPageAutoGeneRepositoryService.php', true], 'App\\Infrastructure\\Repository\\PageDuplicateRepository' => ['privates', 'App\\Infrastructure\\Repository\\PageDuplicateRepository', 'getPageDuplicateRepositoryService.php', true], 'App\\Infrastructure\\Repository\\PageOptionsRepository' => ['privates', 'App\\Infrastructure\\Repository\\PageOptionsRepository', 'getPageOptionsRepositoryService.php', true], 'App\\Infrastructure\\Repository\\PageRepository' => ['privates', 'App\\Infrastructure\\Repository\\PageRepository', 'getPageRepositoryService.php', true], 'App\\Infrastructure\\Repository\\TemplateRepository' => ['privates', 'App\\Infrastructure\\Repository\\TemplateRepository', 'getTemplateRepositoryService.php', true], 'App\\Infrastructure\\Repository\\TwigRepository' => ['privates', 'App\\Infrastructure\\Repository\\TwigRepository', 'getTwigRepositoryService.php', true], 'App\\Infrastructure\\Repository\\ValueRepository' => ['privates', 'App\\Infrastructure\\Repository\\ValueRepository', 'getValueRepositoryService.php', true], 'App\\Infrastructure\\Repository\\VariableProjectRepository' => ['privates', 'App\\Infrastructure\\Repository\\VariableProjectRepository', 'getVariableProjectRepositoryService.php', true], 'App\\Infrastructure\\Repository\\VariableRepository' => ['privates', 'App\\Infrastructure\\Repository\\VariableRepository', 'getVariableRepositoryService.php', true], 'App\\Infrastructure\\Repository\\VersionExportRepository' => ['privates', 'App\\Infrastructure\\Repository\\VersionExportRepository', 'getVersionExportRepositoryService.php', true], ], [ 'App\\Infrastructure\\Repository\\CdfRepository' => '?', 'App\\Infrastructure\\Repository\\ElementTypesTemplatesRepository' => '?', 'App\\Infrastructure\\Repository\\ExportTemplateOptionRepository' => '?', 'App\\Infrastructure\\Repository\\ExportsRepository' => '?', 'App\\Infrastructure\\Repository\\FileTypeRepository' => '?', 'App\\Infrastructure\\Repository\\FluxRepository' => '?', 'App\\Infrastructure\\Repository\\InputRepository' => '?', 'App\\Infrastructure\\Repository\\LayoutRepository' => '?', 'App\\Infrastructure\\Repository\\Media\\ElementMediaRepository' => '?', 'App\\Infrastructure\\Repository\\PageAutoGeneRepository' => '?', 'App\\Infrastructure\\Repository\\PageDuplicateRepository' => '?', 'App\\Infrastructure\\Repository\\PageOptionsRepository' => '?', 'App\\Infrastructure\\Repository\\PageRepository' => '?', 'App\\Infrastructure\\Repository\\TemplateRepository' => '?', 'App\\Infrastructure\\Repository\\TwigRepository' => '?', 'App\\Infrastructure\\Repository\\ValueRepository' => '?', 'App\\Infrastructure\\Repository\\VariableProjectRepository' => '?', 'App\\Infrastructure\\Repository\\VariableRepository' => '?', 'App\\Infrastructure\\Repository\\VersionExportRepository' => '?', ]))); $a->addFilter('deleted', 'App\\Infrastructure\\Repository\\Filters\\DeletedFilter'); $this->services['doctrine.orm.projects_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.projects_connection'] ?? $this->load('getDoctrine_Dbal_ProjectsConnectionService.php')), $a); (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([0 => 'deleted'], []))->configure($instance); return $instance;