<?php //%255BApp%255CEntity%255CCaratteristiche%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\\Caratteristiche',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Caratteristiche',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\CaratteristicheRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'Nome' => [
                        'fieldName' => 'Nome',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'nome',
                    ],
                    'NomeTrId' => [
                        'fieldName' => 'NomeTrId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'nome_tr_id',
                    ],
                    'Gruppo' => [
                        'fieldName' => 'Gruppo',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'gruppo',
                    ],
                    'GruppoTrId' => [
                        'fieldName' => 'GruppoTrId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'gruppo_tr_id',
                    ],
                    'PadreId' => [
                        'fieldName' => 'PadreId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'padre_id',
                    ],
                    'PadreValore' => [
                        'fieldName' => 'PadreValore',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'padre_valore',
                    ],
                    'Tipo' => [
                        'fieldName' => 'Tipo',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'tipo',
                    ],
                    'TipoValore' => [
                        'fieldName' => 'TipoValore',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 2,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'tipo_valore',
                    ],
                    'Valore' => [
                        'fieldName' => 'Valore',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'valore',
                    ],
                    'IconOn' => [
                        'fieldName' => 'IconOn',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'icon_on',
                    ],
                    'IconOff' => [
                        'fieldName' => 'IconOff',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'icon_off',
                    ],
                    'ColorOn' => [
                        'fieldName' => 'ColorOn',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 50,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'color_on',
                    ],
                    'ColorOff' => [
                        'fieldName' => 'ColorOff',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 50,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'color_off',
                    ],
                    'LabelOn' => [
                        'fieldName' => 'LabelOn',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'label_on',
                    ],
                    'LabelOff' => [
                        'fieldName' => 'LabelOff',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'label_off',
                    ],
                    'Ordine' => [
                        'fieldName' => 'Ordine',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'ordine',
                    ],
                    'Attiva' => [
                        'fieldName' => 'Attiva',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'attiva',
                    ],
                    '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',
                    ],
                    'Shortcut' => [
                        'fieldName' => 'Shortcut',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'shortcut',
                    ],
                    'Radio' => [
                        'fieldName' => 'Radio',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'radio',
                    ],
                    'GruppoRadio' => [
                        'fieldName' => 'GruppoRadio',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'gruppo_radio',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'nome' => 'Nome',
                    'nome_tr_id' => 'NomeTrId',
                    'gruppo' => 'Gruppo',
                    'gruppo_tr_id' => 'GruppoTrId',
                    'padre_id' => 'PadreId',
                    'padre_valore' => 'PadreValore',
                    'tipo' => 'Tipo',
                    'tipo_valore' => 'TipoValore',
                    'valore' => 'Valore',
                    'icon_on' => 'IconOn',
                    'icon_off' => 'IconOff',
                    'color_on' => 'ColorOn',
                    'color_off' => 'ColorOff',
                    'label_on' => 'LabelOn',
                    'label_off' => 'LabelOff',
                    'ordine' => 'Ordine',
                    'attiva' => 'Attiva',
                    'creator_id' => 'CreatorId',
                    'creation_date' => 'CreationDate',
                    'modify_id' => 'ModifyId',
                    'modify_date' => 'ModifyDate',
                    'shortcut' => 'Shortcut',
                    'radio' => 'Radio',
                    'gruppo_radio' => 'GruppoRadio',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'Nome' => 'nome',
                    'NomeTrId' => 'nome_tr_id',
                    'Gruppo' => 'gruppo',
                    'GruppoTrId' => 'gruppo_tr_id',
                    'PadreId' => 'padre_id',
                    'PadreValore' => 'padre_valore',
                    'Tipo' => 'tipo',
                    'TipoValore' => 'tipo_valore',
                    'Valore' => 'valore',
                    'IconOn' => 'icon_on',
                    'IconOff' => 'icon_off',
                    'ColorOn' => 'color_on',
                    'ColorOff' => 'color_off',
                    'LabelOn' => 'label_on',
                    'LabelOff' => 'label_off',
                    'Ordine' => 'ordine',
                    'Attiva' => 'attiva',
                    'CreatorId' => 'creator_id',
                    'CreationDate' => 'creation_date',
                    'ModifyId' => 'modify_id',
                    'ModifyDate' => 'modify_date',
                    'Shortcut' => 'shortcut',
                    'Radio' => 'radio',
                    'GruppoRadio' => 'gruppo_radio',
                ],
            ],
            'table' => [
                [
                    'name' => 'caratteristiche',
                    'uniqueConstraints' => [
                        'caratteristiche_nome_uqe' => [
                            'columns' => [
                                'nome',
                            ],
                        ],
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
