<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'doctrine.orm.default_configuration' shared service.
include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
$this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
$a = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
$b = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [0 => ($this->targetDirs[3].'/src/Entity'), 1 => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Entity')]);
$a->addDriver($b, 'App\\Entity');
$a->addDriver($b, 'Vich\\UploaderBundle\\Entity');
$a->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
$instance->setEntityNamespaces(['App' => 'App\\Entity', 'VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
$instance->setMetadataCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] ?? $this->load('getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService.php')));
$instance->setQueryCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] ?? $this->load('getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService.php')));
$instance->setResultCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->load('getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService.php')));
$instance->setMetadataDriverImpl($a);
$instance->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
$instance->setProxyNamespace('Proxies');
$instance->setAutoGenerateProxyClasses(true);
$instance->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
$instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
$instance->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
$instance->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
$instance->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
$instance->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\ServiceLocator(['App\\Repository\\CompanyRepository' => function () {
return ($this->privates['App\\Repository\\CompanyRepository'] ?? $this->load('getCompanyRepositoryService.php'));
}, 'App\\Repository\\FieldRepository' => function () {
return ($this->privates['App\\Repository\\FieldRepository'] ?? $this->load('getFieldRepositoryService.php'));
}, 'App\\Repository\\FileRepository' => function () {
return ($this->privates['App\\Repository\\FileRepository'] ?? $this->load('getFileRepositoryService.php'));
}, 'App\\Repository\\LinkRepository' => function () {
return ($this->privates['App\\Repository\\LinkRepository'] ?? $this->load('getLinkRepositoryService.php'));
}, 'App\\Repository\\MoaFieldRepository' => function () {
return ($this->privates['App\\Repository\\MoaFieldRepository'] ?? $this->load('getMoaFieldRepositoryService.php'));
}, 'App\\Repository\\MoaTaskRepository' => function () {
return ($this->privates['App\\Repository\\MoaTaskRepository'] ?? $this->load('getMoaTaskRepositoryService.php'));
}, 'App\\Repository\\MoaTodoListRepository' => function () {
return ($this->privates['App\\Repository\\MoaTodoListRepository'] ?? $this->load('getMoaTodoListRepositoryService.php'));
}, 'App\\Repository\\ProjectRepository' => function () {
return ($this->privates['App\\Repository\\ProjectRepository'] ?? $this->load('getProjectRepositoryService.php'));
}, 'App\\Repository\\ProjectTypeRepository' => function () {
return ($this->privates['App\\Repository\\ProjectTypeRepository'] ?? $this->load('getProjectTypeRepositoryService.php'));
}, 'App\\Repository\\ProjectTypeTodoListRepository' => function () {
return ($this->privates['App\\Repository\\ProjectTypeTodoListRepository'] ?? $this->load('getProjectTypeTodoListRepositoryService.php'));
}, 'App\\Repository\\TagRepository' => function () {
return ($this->privates['App\\Repository\\TagRepository'] ?? $this->load('getTagRepositoryService.php'));
}, 'App\\Repository\\TaskFieldRepository' => function () {
return ($this->privates['App\\Repository\\TaskFieldRepository'] ?? $this->load('getTaskFieldRepositoryService.php'));
}, 'App\\Repository\\TaskRepository' => function () {
return ($this->privates['App\\Repository\\TaskRepository'] ?? $this->load('getTaskRepositoryService.php'));
}, 'App\\Repository\\TechSheetRepository' => function () {
return ($this->privates['App\\Repository\\TechSheetRepository'] ?? $this->load('getTechSheetRepositoryService.php'));
}, 'App\\Repository\\TodoListRepository' => function () {
return ($this->privates['App\\Repository\\TodoListRepository'] ?? $this->load('getTodoListRepositoryService.php'));
}, 'App\\Repository\\TodoListTaskRepository' => function () {
return ($this->privates['App\\Repository\\TodoListTaskRepository'] ?? $this->load('getTodoListTaskRepositoryService.php'));
}, 'App\\Repository\\UserRepository' => function () {
return ($this->privates['App\\Repository\\UserRepository'] ?? $this->load('getUserRepositoryService.php'));
}])));
return $instance;