<?php //App__Entity__Training__Reporting__TrainingTimeReporting__CLASSMETADATA__

return [PHP_INT_MAX, static function () { return \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
        clone ($p['Doctrine\\ORM\\Id\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'App\\Entity\\Training\\Reporting\\TrainingTimeReporting',
            ],
            'namespace' => [
                'App\\Entity\\Training\\Reporting',
            ],
            'rootEntityName' => [
                'App\\Entity\\Training\\Reporting\\TrainingTimeReporting',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\Training\\Reporting\\TrainingTimeReportingRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'startedOn' => [
                        'fieldName' => 'startedOn',
                        'type' => 'datetime',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'started_on',
                    ],
                    'finishedOn' => [
                        'fieldName' => 'finishedOn',
                        'type' => 'datetime',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'finished_on',
                    ],
                    'timeSpentPerModules' => [
                        'fieldName' => 'timeSpentPerModules',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'time_spent_per_modules',
                    ],
                    'timeSpentPerModulesJson' => [
                        'fieldName' => 'timeSpentPerModulesJson',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'time_spent_per_modules_json',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'started_on' => 'startedOn',
                    'finished_on' => 'finishedOn',
                    'time_spent_per_modules' => 'timeSpentPerModules',
                    'time_spent_per_modules_json' => 'timeSpentPerModulesJson',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'startedOn' => 'started_on',
                    'finishedOn' => 'finished_on',
                    'timeSpentPerModules' => 'time_spent_per_modules',
                    'timeSpentPerModulesJson' => 'time_spent_per_modules_json',
                ],
            ],
            'table' => [
                [
                    'name' => 'training_time_reporting',
                ],
            ],
            'associationMappings' => [
                [
                    'trainingReporting' => [
                        'fieldName' => 'trainingReporting',
                        'targetEntity' => 'App\\Entity\\Training\\Reporting\\TrainingReporting',
                        'joinColumns' => [
                            [
                                'name' => 'training_reporting_id',
                                'referencedColumnName' => 'id',
                                'unique' => true,
                            ],
                        ],
                        'mappedBy' => null,
                        'inversedBy' => 'timeReporting',
                        'cascade' => [
                            'persist',
                            'remove',
                        ],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 1,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Training\\Reporting\\TrainingTimeReporting',
                        'isCascadeRemove' => true,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'training_reporting_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'training_reporting_id' => 'training_reporting_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'training_reporting_id',
                        ],
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
