<?php //%255BApp%255CEntity%255CProfili%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\\Profili',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Profili',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\ProfiliRepository',
            ],
            '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' => true,
                        'precision' => 0,
                        'columnName' => 'nome',
                    ],
                    'Cognome' => [
                        'fieldName' => 'Cognome',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'cognome',
                    ],
                    'Telefono' => [
                        'fieldName' => 'Telefono',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'telefono',
                    ],
                    'FormatoData' => [
                        'fieldName' => 'FormatoData',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'formato_data',
                    ],
                    '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',
                    ],
                    'Funzione' => [
                        'fieldName' => 'Funzione',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'funzione',
                    ],
                    'Indirizzo1' => [
                        'fieldName' => 'Indirizzo1',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'indirizzo1',
                    ],
                    'Indirizzo2' => [
                        'fieldName' => 'Indirizzo2',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'indirizzo2',
                    ],
                    'CAP' => [
                        'fieldName' => 'CAP',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 8,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'cap',
                    ],
                    'Citta' => [
                        'fieldName' => 'Citta',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'citta',
                    ],
                    'Stato' => [
                        'fieldName' => 'Stato',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'stato',
                    ],
                    'Nazione' => [
                        'fieldName' => 'Nazione',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'nazione',
                    ],
                    'Notes' => [
                        'fieldName' => 'Notes',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 4096,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'notes',
                    ],
                    'Referenti' => [
                        'fieldName' => 'Referenti',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 1024,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'referenti',
                    ],
                    'Avatar' => [
                        'fieldName' => 'Avatar',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'avatar',
                    ],
                    'Configurazione2D' => [
                        'fieldName' => 'Configurazione2D',
                        'type' => 'text',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'configurazione2d',
                    ],
                    'Configurazione3D' => [
                        'fieldName' => 'Configurazione3D',
                        'type' => 'text',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'configurazione3d',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'nome' => 'Nome',
                    'cognome' => 'Cognome',
                    'telefono' => 'Telefono',
                    'formato_data' => 'FormatoData',
                    'creator_id' => 'CreatorID',
                    'creation_date' => 'CreationDate',
                    'modify_id' => 'ModifyID',
                    'modify_date' => 'ModifyDate',
                    'funzione' => 'Funzione',
                    'indirizzo1' => 'Indirizzo1',
                    'indirizzo2' => 'Indirizzo2',
                    'cap' => 'CAP',
                    'citta' => 'Citta',
                    'stato' => 'Stato',
                    'nazione' => 'Nazione',
                    'notes' => 'Notes',
                    'referenti' => 'Referenti',
                    'avatar' => 'Avatar',
                    'configurazione2d' => 'Configurazione2D',
                    'configurazione3d' => 'Configurazione3D',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'Nome' => 'nome',
                    'Cognome' => 'cognome',
                    'Telefono' => 'telefono',
                    'FormatoData' => 'formato_data',
                    'CreatorID' => 'creator_id',
                    'CreationDate' => 'creation_date',
                    'ModifyID' => 'modify_id',
                    'ModifyDate' => 'modify_date',
                    'Funzione' => 'funzione',
                    'Indirizzo1' => 'indirizzo1',
                    'Indirizzo2' => 'indirizzo2',
                    'CAP' => 'cap',
                    'Citta' => 'citta',
                    'Stato' => 'stato',
                    'Nazione' => 'nazione',
                    'Notes' => 'notes',
                    'Referenti' => 'referenti',
                    'Avatar' => 'avatar',
                    'Configurazione2D' => 'configurazione2d',
                    'Configurazione3D' => 'configurazione3d',
                ],
            ],
            'table' => [
                [
                    'name' => 'profili',
                ],
            ],
            'lifecycleCallbacks' => [
                [
                    'prePersist' => [
                        'updatedTimestamps',
                    ],
                    'preUpdate' => [
                        'updatedTimestamps',
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
