<?php //App__Entity__TrainingStages__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\\TrainingStages',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\TrainingStages',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\TrainingStagesRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'trainingTitle' => [
                        'fieldName' => 'trainingTitle',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'training_title',
                    ],
                    'stateModule' => [
                        'fieldName' => 'stateModule',
                        'type' => 'array',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'state_module',
                    ],
                    'stateModuleJson' => [
                        'fieldName' => 'stateModuleJson',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'state_module_json',
                    ],
                    'stateChapter' => [
                        'fieldName' => 'stateChapter',
                        'type' => 'array',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'state_chapter',
                    ],
                    'stateChapterJson' => [
                        'fieldName' => 'stateChapterJson',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'state_chapter_json',
                    ],
                    'trainingId' => [
                        'fieldName' => 'trainingId',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'training_id',
                    ],
                    'qcmState' => [
                        'fieldName' => 'qcmState',
                        'type' => 'array',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'qcm_state',
                    ],
                    'qcmStateJson' => [
                        'fieldName' => 'qcmStateJson',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'qcm_state_json',
                    ],
                    'qcmTry' => [
                        'fieldName' => 'qcmTry',
                        'type' => 'array',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'qcm_try',
                    ],
                    'qcmTryJson' => [
                        'fieldName' => 'qcmTryJson',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'qcm_try_json',
                    ],
                    'finalTestState' => [
                        'fieldName' => 'finalTestState',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'final_test_state',
                    ],
                    'finalTestTry' => [
                        'fieldName' => 'finalTestTry',
                        'type' => 'array',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'final_test_try',
                    ],
                    'finalTestTryJson' => [
                        'fieldName' => 'finalTestTryJson',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'final_test_try_json',
                    ],
                    'certificateSerial' => [
                        'fieldName' => 'certificateSerial',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'certificate_serial',
                    ],
                    'finishedChapters' => [
                        'fieldName' => 'finishedChapters',
                        'type' => 'array',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'finished_chapters',
                    ],
                    'finishedChaptersJson' => [
                        'fieldName' => 'finishedChaptersJson',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'finished_chapters_json',
                    ],
                    'trainingType' => [
                        'fieldName' => 'trainingType',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'training_type',
                    ],
                    'hasFunder' => [
                        'fieldName' => 'hasFunder',
                        'type' => 'boolean',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'has_funder',
                    ],
                    'trainingCompleted' => [
                        'fieldName' => 'trainingCompleted',
                        'type' => 'boolean',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'training_completed',
                    ],
                    'hasSatisfactionQuizCompleted' => [
                        'fieldName' => 'hasSatisfactionQuizCompleted',
                        'type' => 'boolean',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'options' => [
                            'default' => false,
                        ],
                        'columnName' => 'has_satisfaction_quiz_completed',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'training_title' => 'trainingTitle',
                    'state_module' => 'stateModule',
                    'state_module_json' => 'stateModuleJson',
                    'state_chapter' => 'stateChapter',
                    'state_chapter_json' => 'stateChapterJson',
                    'training_id' => 'trainingId',
                    'qcm_state' => 'qcmState',
                    'qcm_state_json' => 'qcmStateJson',
                    'qcm_try' => 'qcmTry',
                    'qcm_try_json' => 'qcmTryJson',
                    'final_test_state' => 'finalTestState',
                    'final_test_try' => 'finalTestTry',
                    'final_test_try_json' => 'finalTestTryJson',
                    'certificate_serial' => 'certificateSerial',
                    'finished_chapters' => 'finishedChapters',
                    'finished_chapters_json' => 'finishedChaptersJson',
                    'training_type' => 'trainingType',
                    'has_funder' => 'hasFunder',
                    'training_completed' => 'trainingCompleted',
                    'has_satisfaction_quiz_completed' => 'hasSatisfactionQuizCompleted',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'trainingTitle' => 'training_title',
                    'stateModule' => 'state_module',
                    'stateModuleJson' => 'state_module_json',
                    'stateChapter' => 'state_chapter',
                    'stateChapterJson' => 'state_chapter_json',
                    'trainingId' => 'training_id',
                    'qcmState' => 'qcm_state',
                    'qcmStateJson' => 'qcm_state_json',
                    'qcmTry' => 'qcm_try',
                    'qcmTryJson' => 'qcm_try_json',
                    'finalTestState' => 'final_test_state',
                    'finalTestTry' => 'final_test_try',
                    'finalTestTryJson' => 'final_test_try_json',
                    'certificateSerial' => 'certificate_serial',
                    'finishedChapters' => 'finished_chapters',
                    'finishedChaptersJson' => 'finished_chapters_json',
                    'trainingType' => 'training_type',
                    'hasFunder' => 'has_funder',
                    'trainingCompleted' => 'training_completed',
                    'hasSatisfactionQuizCompleted' => 'has_satisfaction_quiz_completed',
                ],
            ],
            'table' => [
                [
                    'name' => 'training_stages',
                ],
            ],
            'associationMappings' => [
                [
                    'learner' => [
                        'fieldName' => 'learner',
                        'joinColumns' => [
                            [
                                'name' => 'learner_id',
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [],
                        'inversedBy' => 'trainingStages',
                        'targetEntity' => 'App\\Entity\\Learner',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\TrainingStages',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'learner_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'learner_id' => 'learner_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'learner_id',
                        ],
                        'orphanRemoval' => false,
                    ],
                    'funder' => [
                        'fieldName' => 'funder',
                        'targetEntity' => 'App\\Entity\\TrainingFunder',
                        'joinColumns' => [
                            [
                                'name' => 'funder_id',
                                'referencedColumnName' => 'id',
                                'unique' => true,
                            ],
                        ],
                        'mappedBy' => null,
                        'inversedBy' => null,
                        'cascade' => [
                            'persist',
                            'remove',
                        ],
                        'orphanRemoval' => true,
                        'fetch' => 2,
                        'type' => 1,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\TrainingStages',
                        'isCascadeRemove' => true,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'funder_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'funder_id' => 'funder_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'funder_id',
                        ],
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
