<?php //%255BApp%255CEntity%255CAction%255CForm%255CConfiguration%2524CLASSMETADATA%255D%255B12352%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\\Action\\Form\\Configuration',
            ],
            'namespace' => [
                'App\\Entity\\Action\\Form',
            ],
            'rootEntityName' => [
                'App\\Entity\\Action\\Form\\Configuration',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\Action\\Form\\ConfigurationRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'sendingEmail' => [
                        'fieldName' => 'sendingEmail',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'sendingEmail',
                    ],
                    'receivingEmails' => [
                        'fieldName' => 'receivingEmails',
                        'type' => 'array',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'receivingEmails',
                    ],
                    'dbRegistration' => [
                        'fieldName' => 'dbRegistration',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'dbRegistration',
                    ],
                    'ajax' => [
                        'fieldName' => 'ajax',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'ajax',
                    ],
                    'thanksModal' => [
                        'fieldName' => 'thanksModal',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'thanksModal',
                    ],
                    'confirmEmail' => [
                        'fieldName' => 'confirmEmail',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'confirmEmail',
                    ],
                    'uniqueContact' => [
                        'fieldName' => 'uniqueContact',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'uniqueContact',
                    ],
                    'recaptcha' => [
                        'fieldName' => 'recaptcha',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'recaptcha',
                    ],
                    'securityKey' => [
                        'fieldName' => 'securityKey',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'securityKey',
                    ],
                    'maxShipments' => [
                        'fieldName' => 'maxShipments',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'maxShipments',
                    ],
                    'publicationStart' => [
                        'fieldName' => 'publicationStart',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'publicationStart',
                    ],
                    'publicationEnd' => [
                        'fieldName' => 'publicationEnd',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'publicationEnd',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'sendingEmail' => 'sendingEmail',
                    'receivingEmails' => 'receivingEmails',
                    'dbRegistration' => 'dbRegistration',
                    'ajax' => 'ajax',
                    'thanksModal' => 'thanksModal',
                    'confirmEmail' => 'confirmEmail',
                    'uniqueContact' => 'uniqueContact',
                    'recaptcha' => 'recaptcha',
                    'securityKey' => 'securityKey',
                    'maxShipments' => 'maxShipments',
                    'publicationStart' => 'publicationStart',
                    'publicationEnd' => 'publicationEnd',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'sendingEmail' => 'sendingEmail',
                    'receivingEmails' => 'receivingEmails',
                    'dbRegistration' => 'dbRegistration',
                    'ajax' => 'ajax',
                    'thanksModal' => 'thanksModal',
                    'confirmEmail' => 'confirmEmail',
                    'uniqueContact' => 'uniqueContact',
                    'recaptcha' => 'recaptcha',
                    'securityKey' => 'securityKey',
                    'maxShipments' => 'maxShipments',
                    'publicationStart' => 'publicationStart',
                    'publicationEnd' => 'publicationEnd',
                ],
            ],
            'table' => [
                [
                    'name' => 'cms_action_form_configuration',
                ],
            ],
            'associationMappings' => [
                [
                    'form' => [
                        'fieldName' => 'form',
                        'targetEntity' => 'App\\Entity\\Action\\Form\\Form',
                        'joinColumns' => [
                            [
                                'name' => 'form_id',
                                'unique' => true,
                                'nullable' => true,
                                'onDelete' => 'CASCADE',
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'mappedBy' => null,
                        'inversedBy' => 'configuration',
                        'cascade' => [
                            'persist',
                            'remove',
                        ],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 1,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Action\\Form\\Configuration',
                        'isCascadeRemove' => true,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'form_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'form_id' => 'form_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'form_id',
                        ],
                    ],
                    'stepform' => [
                        'fieldName' => 'stepform',
                        'targetEntity' => 'App\\Entity\\Action\\Form\\StepForm',
                        'joinColumns' => [
                            [
                                'name' => 'stepform_id',
                                'unique' => true,
                                'nullable' => true,
                                'onDelete' => 'CASCADE',
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'mappedBy' => null,
                        'inversedBy' => 'configuration',
                        'cascade' => [
                            'persist',
                            'remove',
                        ],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 1,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Action\\Form\\Configuration',
                        'isCascadeRemove' => true,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'stepform_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'stepform_id' => 'stepform_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'stepform_id',
                        ],
                    ],
                    'pageRedirection' => [
                        'fieldName' => 'pageRedirection',
                        'joinColumns' => [
                            [
                                'name' => 'pageRedirection_id',
                                'unique' => false,
                                'nullable' => true,
                                'onDelete' => null,
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [],
                        'inversedBy' => null,
                        'targetEntity' => 'App\\Entity\\Content\\Page',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Action\\Form\\Configuration',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'pageRedirection_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'pageRedirection_id' => 'pageRedirection_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'pageRedirection_id',
                        ],
                        'orphanRemoval' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
