<?php 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\\WebpayConfig',
                ],
                'namespace' => [
                    'App\\Entity',
                ],
                'rootEntityName' => [
                    'App\\Entity\\WebpayConfig',
                ],
                'customRepositoryClassName' => [
                    'App\\Repository\\WebpayConfigRepository',
                ],
                'identifier' => [
                    [
                        'webpayId',
                    ],
                ],
                'generatorType' => [
                    4,
                ],
                'fieldMappings' => [
                    [
                        'webpayId' => [
                            'fieldName' => 'webpayId',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'webpay_id',
                            'id' => true,
                        ],
                        'privateKey' => [
                            'fieldName' => 'privateKey',
                            'type' => 'text',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'private_key',
                        ],
                        'privateCert' => [
                            'fieldName' => 'privateCert',
                            'type' => 'text',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'private_cert',
                        ],
                        'publicCert' => [
                            'fieldName' => 'publicCert',
                            'type' => 'text',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'public_cert',
                        ],
                        'comercioCode' => [
                            'fieldName' => 'comercioCode',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'comercio_code',
                        ],
                    ],
                ],
                'fieldNames' => [
                    [
                        'webpay_id' => 'webpayId',
                        'private_key' => 'privateKey',
                        'private_cert' => 'privateCert',
                        'public_cert' => 'publicCert',
                        'comercio_code' => 'comercioCode',
                    ],
                ],
                'columnNames' => [
                    [
                        'webpayId' => 'webpay_id',
                        'privateKey' => 'private_key',
                        'privateCert' => 'private_cert',
                        'publicCert' => 'public_cert',
                        'comercioCode' => 'comercio_code',
                    ],
                ],
                'table' => [
                    [
                        'name' => 'webpay_config',
                    ],
                ],
                'associationMappings' => [
                    [
                        'empresa' => [
                            'fieldName' => 'empresa',
                            'joinColumns' => [
                                [
                                    'name' => 'empresa_id',
                                    'unique' => false,
                                    'nullable' => true,
                                    'onDelete' => null,
                                    'columnDefinition' => null,
                                    'referencedColumnName' => 'empresa_id',
                                ],
                            ],
                            'cascade' => [],
                            'inversedBy' => null,
                            'targetEntity' => 'App\\Entity\\Empresa',
                            'fetch' => 2,
                            'type' => 2,
                            'mappedBy' => null,
                            'isOwningSide' => true,
                            'sourceEntity' => 'App\\Entity\\WebpayConfig',
                            'isCascadeRemove' => false,
                            'isCascadePersist' => false,
                            'isCascadeRefresh' => false,
                            'isCascadeMerge' => false,
                            'isCascadeDetach' => false,
                            'sourceToTargetKeyColumns' => [
                                'empresa_id' => 'empresa_id',
                            ],
                            'joinColumnFieldNames' => [
                                'empresa_id' => 'empresa_id',
                            ],
                            'targetToSourceKeyColumns' => [
                                'empresa_id' => 'empresa_id',
                            ],
                            'orphanRemoval' => false,
                        ],
                    ],
                ],
                'idGenerator' => [
                    $o[1],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
