<?php //%255BApp%255CEntity%255CCurrency%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\\Currency',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Currency',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\CurrencyRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'ccy' => [
                        'fieldName' => 'ccy',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 3,
                        'unique' => true,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'ccy',
                    ],
                    'symbol' => [
                        'fieldName' => 'symbol',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 50,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'symbol',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'ccy' => 'ccy',
                    'symbol' => 'symbol',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'ccy' => 'ccy',
                    'symbol' => 'symbol',
                ],
            ],
            'table' => [
                [
                    'name' => 'eventic_currency',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
