<?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 'akeneo_batch_queue.queue.job_execution_message_repository' shared service.

include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchQueueBundle/Queue/JobExecutionMessageRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/akeneo/pim-community-dev/src/Akeneo/Tool/Bundle/BatchQueueBundle/Hydrator/JobExecutionMessageHydrator.php';

$a = ($this->privates['akeneo_batch.entity_manager.persisted_connection_entity_manager'] ?? $this->load('getAkeneoBatch_EntityManager_PersistedConnectionEntityManagerService.php'));

return $this->privates['akeneo_batch_queue.queue.job_execution_message_repository'] = new \Akeneo\Tool\Bundle\BatchQueueBundle\Queue\JobExecutionMessageRepository($a, new \Akeneo\Tool\Bundle\BatchQueueBundle\Hydrator\JobExecutionMessageHydrator($a));
