<?php //%255BApp%255CEntity%255CContinenti%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\\Continenti',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Continenti',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\ContinentiRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'Codice' => [
                        'fieldName' => 'Codice',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 10,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'codice',
                    ],
                    'Peso' => [
                        'fieldName' => 'Peso',
                        'type' => 'float',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'peso',
                    ],
                    'Volume' => [
                        'fieldName' => 'Volume',
                        'type' => 'float',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'volume',
                    ],
                    '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',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'codice' => 'Codice',
                    'peso' => 'Peso',
                    'volume' => 'Volume',
                    'nome' => 'Nome',
                    'descrizione' => 'Descrizione',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'Codice' => 'codice',
                    'Peso' => 'peso',
                    'Volume' => 'volume',
                    'Nome' => 'nome',
                    'Descrizione' => 'descrizione',
                ],
            ],
            'table' => [
                [
                    'name' => 'continenti',
                ],
            ],
            'associationMappings' => [
                [
                    'pallets' => [
                        'fieldName' => 'pallets',
                        'joinTable' => [],
                        'targetEntity' => 'App\\Entity\\Pallets',
                        'mappedBy' => 'PaesiPrincipali',
                        'inversedBy' => null,
                        'cascade' => [],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 8,
                        'isOwningSide' => false,
                        'sourceEntity' => 'App\\Entity\\Continenti',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
