<?php //App__Entity__ConfigurazioneSoluzioniItems__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\\ConfigurazioneSoluzioniItems',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\ConfigurazioneSoluzioniItems',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\ConfigurazioneSoluzioniItemsRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'Tipo' => [
                        'fieldName' => 'Tipo',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 4,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'tipo',
                    ],
                    'Codice' => [
                        'fieldName' => 'Codice',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 100,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'codice',
                    ],
                    'ObjCode' => [
                        'fieldName' => 'ObjCode',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'obj_code',
                    ],
                    'BoxId' => [
                        'fieldName' => 'BoxId',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'box_id',
                    ],
                    'BoxSolId' => [
                        'fieldName' => 'BoxSolId',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'box_sol_id',
                    ],
                    'Saved' => [
                        'fieldName' => 'Saved',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'saved',
                    ],
                    'Iterations' => [
                        'fieldName' => 'Iterations',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'iterations',
                    ],
                    'Solutions' => [
                        'fieldName' => 'Solutions',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'solutions',
                    ],
                    'Qty' => [
                        'fieldName' => 'Qty',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'qty',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'tipo' => 'Tipo',
                    'codice' => 'Codice',
                    'obj_code' => 'ObjCode',
                    'box_id' => 'BoxId',
                    'box_sol_id' => 'BoxSolId',
                    'saved' => 'Saved',
                    'iterations' => 'Iterations',
                    'solutions' => 'Solutions',
                    'qty' => 'Qty',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'Tipo' => 'tipo',
                    'Codice' => 'codice',
                    'ObjCode' => 'obj_code',
                    'BoxId' => 'box_id',
                    'BoxSolId' => 'box_sol_id',
                    'Saved' => 'saved',
                    'Iterations' => 'iterations',
                    'Solutions' => 'solutions',
                    'Qty' => 'qty',
                ],
            ],
            'table' => [
                [
                    'name' => 'configurazione_soluzioni_items',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
