<?php //%255BApp%255CEntity%255CTabelleSupporto%2524CLASSMETADATA%255D%255B1%255D

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\\TabelleSupporto',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\TabelleSupporto',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\TabelleSupportoRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'AreaId' => [
                        'fieldName' => 'AreaId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'area_id',
                    ],
                    'PropId' => [
                        'fieldName' => 'PropId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'prop_id',
                    ],
                    'Nome' => [
                        'fieldName' => 'Nome',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'nome',
                    ],
                    'Descrizione' => [
                        'fieldName' => 'Descrizione',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'descrizione',
                    ],
                    'TrId' => [
                        'fieldName' => 'TrId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'tr_id',
                    ],
                    'CreatorId' => [
                        'fieldName' => 'CreatorId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'creator_id',
                    ],
                    'CreationDate' => [
                        'fieldName' => 'CreationDate',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'creation_date',
                    ],
                    'ModifyId' => [
                        'fieldName' => 'ModifyId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'modify_id',
                    ],
                    'ModifyDate' => [
                        'fieldName' => 'ModifyDate',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'modify_date',
                    ],
                    'Ordine' => [
                        'fieldName' => 'Ordine',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'ordine',
                    ],
                    'Attivo' => [
                        'fieldName' => 'Attivo',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'attivo',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'area_id' => 'AreaId',
                    'prop_id' => 'PropId',
                    'nome' => 'Nome',
                    'descrizione' => 'Descrizione',
                    'tr_id' => 'TrId',
                    'creator_id' => 'CreatorId',
                    'creation_date' => 'CreationDate',
                    'modify_id' => 'ModifyId',
                    'modify_date' => 'ModifyDate',
                    'ordine' => 'Ordine',
                    'attivo' => 'Attivo',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'AreaId' => 'area_id',
                    'PropId' => 'prop_id',
                    'Nome' => 'nome',
                    'Descrizione' => 'descrizione',
                    'TrId' => 'tr_id',
                    'CreatorId' => 'creator_id',
                    'CreationDate' => 'creation_date',
                    'ModifyId' => 'modify_id',
                    'ModifyDate' => 'modify_date',
                    'Ordine' => 'ordine',
                    'Attivo' => 'attivo',
                ],
            ],
            'table' => [
                [
                    'name' => 'tabelle_supporto',
                    'uniqueConstraints' => [
                        'uqe_tabelle_supporto' => [
                            'columns' => [
                                'area_id',
                                'prop_id',
                            ],
                        ],
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
