<?php 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\\Region',
                ],
                'namespace' => [
                    'App\\Entity',
                ],
                'rootEntityName' => [
                    'App\\Entity\\Region',
                ],
                'customRepositoryClassName' => [
                    'App\\Repository\\RegionRepository',
                ],
                'identifier' => [
                    [
                        'regionId',
                    ],
                ],
                'generatorType' => [
                    4,
                ],
                'fieldMappings' => [
                    [
                        'regionId' => [
                            'fieldName' => 'regionId',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'region_id',
                            'id' => true,
                        ],
                        'expressId' => [
                            'fieldName' => 'expressId',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'express_id',
                        ],
                        'correosId' => [
                            'fieldName' => 'correosId',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'correos_id',
                        ],
                        'nombre' => [
                            'fieldName' => 'nombre',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'nombre',
                        ],
                        'numero' => [
                            'fieldName' => 'numero',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'numero',
                        ],
                    ],
                ],
                'fieldNames' => [
                    [
                        'region_id' => 'regionId',
                        'express_id' => 'expressId',
                        'correos_id' => 'correosId',
                        'nombre' => 'nombre',
                        'numero' => 'numero',
                    ],
                ],
                'columnNames' => [
                    [
                        'regionId' => 'region_id',
                        'expressId' => 'express_id',
                        'correosId' => 'correos_id',
                        'nombre' => 'nombre',
                        'numero' => 'numero',
                    ],
                ],
                'table' => [
                    [
                        'name' => 'region',
                    ],
                ],
                'idGenerator' => [
                    $o[1],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
