<?php //App__Entity__TrainingCertificate__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\\TrainingCertificate',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\TrainingCertificate',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\TrainingCertificateRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'serialNumber' => [
                        'fieldName' => 'serialNumber',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'serial_number',
                    ],
                    'trainingName' => [
                        'fieldName' => 'trainingName',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'training_name',
                    ],
                    'trainingBegin' => [
                        'fieldName' => 'trainingBegin',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'training_begin',
                    ],
                    'trainingEnding' => [
                        'fieldName' => 'trainingEnding',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'training_ending',
                    ],
                    'trainingTypeOf' => [
                        'fieldName' => 'trainingTypeOf',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 100,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'training_type_of',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'serial_number' => 'serialNumber',
                    'training_name' => 'trainingName',
                    'training_begin' => 'trainingBegin',
                    'training_ending' => 'trainingEnding',
                    'training_type_of' => 'trainingTypeOf',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'serialNumber' => 'serial_number',
                    'trainingName' => 'training_name',
                    'trainingBegin' => 'training_begin',
                    'trainingEnding' => 'training_ending',
                    'trainingTypeOf' => 'training_type_of',
                ],
            ],
            'table' => [
                [
                    'name' => 'training_certificate',
                ],
            ],
            'associationMappings' => [
                [
                    'learner' => [
                        'fieldName' => 'learner',
                        'joinColumns' => [
                            [
                                'name' => 'learner_id',
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [],
                        'inversedBy' => 'trainingCertificates',
                        'targetEntity' => 'App\\Entity\\Learner',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\TrainingCertificate',
                        '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,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
