<?php //App__Entity__Pneu__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\\Pneu',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Pneu',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\PneuRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'position' => [
                        'fieldName' => 'position',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 15,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'position',
                    ],
                    'width' => [
                        'fieldName' => 'width',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'width',
                    ],
                    'ratio' => [
                        'fieldName' => 'ratio',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'ratio',
                    ],
                    'radial' => [
                        'fieldName' => 'radial',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'radial',
                    ],
                    'charge' => [
                        'fieldName' => 'charge',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'charge',
                    ],
                    'speed' => [
                        'fieldName' => 'speed',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 5,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'speed',
                    ],
                    'normalpressure' => [
                        'fieldName' => 'normalpressure',
                        'type' => 'float',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'normalpressure',
                    ],
                    'highwaypressure' => [
                        'fieldName' => 'highwaypressure',
                        'type' => 'float',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'highwaypressure',
                    ],
                    'ete' => [
                        'fieldName' => 'ete',
                        'type' => 'boolean',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'ete',
                    ],
                    'hiver' => [
                        'fieldName' => 'hiver',
                        'type' => 'boolean',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'hiver',
                    ],
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'position' => 'position',
                    'width' => 'width',
                    'ratio' => 'ratio',
                    'radial' => 'radial',
                    'charge' => 'charge',
                    'speed' => 'speed',
                    'normalpressure' => 'normalpressure',
                    'highwaypressure' => 'highwaypressure',
                    'ete' => 'ete',
                    'hiver' => 'hiver',
                    'id' => 'id',
                ],
            ],
            'columnNames' => [
                [
                    'position' => 'position',
                    'width' => 'width',
                    'ratio' => 'ratio',
                    'radial' => 'radial',
                    'charge' => 'charge',
                    'speed' => 'speed',
                    'normalpressure' => 'normalpressure',
                    'highwaypressure' => 'highwaypressure',
                    'ete' => 'ete',
                    'hiver' => 'hiver',
                    'id' => 'id',
                ],
            ],
            'table' => [
                [
                    'name' => 'pneu',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
