<?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\\Funcion',
                ],
                'namespace' => [
                    'App\\Entity',
                ],
                'rootEntityName' => [
                    'App\\Entity\\Funcion',
                ],
                'customRepositoryClassName' => [
                    'App\\Repository\\FuncionRepository',
                ],
                'identifier' => [
                    [
                        'funcionId',
                    ],
                ],
                'generatorType' => [
                    4,
                ],
                'fieldMappings' => [
                    [
                        'funcionId' => [
                            'fieldName' => 'funcionId',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'funcion_id',
                            'id' => true,
                        ],
                        'name' => [
                            'fieldName' => 'name',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'name',
                        ],
                        'url' => [
                            'fieldName' => 'url',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'url',
                        ],
                        'descripcion' => [
                            'fieldName' => 'descripcion',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'descripcion',
                        ],
                        'plataforma' => [
                            'fieldName' => 'plataforma',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'plataforma',
                        ],
                    ],
                ],
                'fieldNames' => [
                    [
                        'funcion_id' => 'funcionId',
                        'name' => 'name',
                        'url' => 'url',
                        'descripcion' => 'descripcion',
                        'plataforma' => 'plataforma',
                    ],
                ],
                'columnNames' => [
                    [
                        'funcionId' => 'funcion_id',
                        'name' => 'name',
                        'url' => 'url',
                        'descripcion' => 'descripcion',
                        'plataforma' => 'plataforma',
                    ],
                ],
                'table' => [
                    [
                        'name' => 'funcion',
                    ],
                ],
                'idGenerator' => [
                    $o[1],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
