<?php //App__Entity__ConfigurazioneTrasportiSoluzioni__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\\ConfigurazioneTrasportiSoluzioni',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\ConfigurazioneTrasportiSoluzioni',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\ConfigurazioneTrasportiSoluzioniRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'codice' => [
                        'fieldName' => 'codice',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 100,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'codice',
                    ],
                    'Uuid' => [
                        'fieldName' => 'Uuid',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 100,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'uuid',
                    ],
                    'SheetInfoDecode' => [
                        'fieldName' => 'SheetInfoDecode',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'sheet_info_decode',
                    ],
                    'SheetC4rgo' => [
                        'fieldName' => 'SheetC4rgo',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'sheet_c4rgo',
                    ],
                    'Polygons' => [
                        'fieldName' => 'Polygons',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'polygons',
                    ],
                    'Status' => [
                        'fieldName' => 'Status',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'status',
                    ],
                    'CreatorId' => [
                        'fieldName' => 'CreatorId',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'creator_id',
                    ],
                    'CreationDate' => [
                        'fieldName' => 'CreationDate',
                        'type' => 'datetime',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'creation_date',
                    ],
                    'ModifyId' => [
                        'fieldName' => 'ModifyId',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'modify_id',
                    ],
                    'ModifyDate' => [
                        'fieldName' => 'ModifyDate',
                        'type' => 'datetime',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'modify_date',
                    ],
                    'TestataId' => [
                        'fieldName' => 'TestataId',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'testata_id',
                    ],
                    'TipoTestata' => [
                        'fieldName' => 'TipoTestata',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 2,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'tipo_testata',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'codice' => 'codice',
                    'uuid' => 'Uuid',
                    'sheet_info_decode' => 'SheetInfoDecode',
                    'sheet_c4rgo' => 'SheetC4rgo',
                    'polygons' => 'Polygons',
                    'status' => 'Status',
                    'creator_id' => 'CreatorId',
                    'creation_date' => 'CreationDate',
                    'modify_id' => 'ModifyId',
                    'modify_date' => 'ModifyDate',
                    'testata_id' => 'TestataId',
                    'tipo_testata' => 'TipoTestata',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'codice' => 'codice',
                    'Uuid' => 'uuid',
                    'SheetInfoDecode' => 'sheet_info_decode',
                    'SheetC4rgo' => 'sheet_c4rgo',
                    'Polygons' => 'polygons',
                    'Status' => 'status',
                    'CreatorId' => 'creator_id',
                    'CreationDate' => 'creation_date',
                    'ModifyId' => 'modify_id',
                    'ModifyDate' => 'modify_date',
                    'TestataId' => 'testata_id',
                    'TipoTestata' => 'tipo_testata',
                ],
            ],
            'table' => [
                [
                    'name' => 'configurazione_trasporti_soluzioni',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
