<?php //Sylius__PayPalPlugin__Entity__PayPalCredentials__CLASSMETADATA__

return [PHP_INT_MAX, static fn () => \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\\AssignedGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\AssignedGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'Sylius\\PayPalPlugin\\Entity\\PayPalCredentials',
            ],
            'namespace' => [
                'Sylius\\PayPalPlugin\\Entity',
            ],
            'rootEntityName' => [
                'Sylius\\PayPalPlugin\\Entity\\PayPalCredentials',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'string',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'accessToken' => [
                        'fieldName' => 'accessToken',
                        'type' => 'string',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'access_token',
                    ],
                    'creationTime' => [
                        'fieldName' => 'creationTime',
                        'type' => 'datetime',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'creation_time',
                    ],
                    'expirationTime' => [
                        'fieldName' => 'expirationTime',
                        'type' => 'datetime',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'expiration_time',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'access_token' => 'accessToken',
                    'creation_time' => 'creationTime',
                    'expiration_time' => 'expirationTime',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'accessToken' => 'access_token',
                    'creationTime' => 'creation_time',
                    'expirationTime' => 'expiration_time',
                ],
            ],
            'table' => [
                [
                    'name' => 'sylius_paypal_plugin_pay_pal_credentials',
                ],
            ],
            'associationMappings' => [
                [
                    'paymentMethod' => [
                        'fieldName' => 'paymentMethod',
                        'joinColumns' => [
                            [
                                'name' => 'payment_method_id',
                                'unique' => false,
                                'nullable' => true,
                                'onDelete' => null,
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [],
                        'inversedBy' => null,
                        'targetEntity' => 'App\\Entity\\Payment\\PaymentMethod',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'Sylius\\PayPalPlugin\\Entity\\PayPalCredentials',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'payment_method_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'payment_method_id' => 'payment_method_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'payment_method_id',
                        ],
                        'orphanRemoval' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
)];
