<?php //%255BKunstmaan%255CPagePartBundle%255CEntity%255CPageTemplateConfiguration%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\\BigIntegerIdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\BigIntegerIdentityGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'Kunstmaan\\PagePartBundle\\Entity\\PageTemplateConfiguration',
            ],
            'namespace' => [
                'Kunstmaan\\PagePartBundle\\Entity',
            ],
            'rootEntityName' => [
                'Kunstmaan\\PagePartBundle\\Entity\\PageTemplateConfiguration',
            ],
            'customRepositoryClassName' => [
                'Kunstmaan\\PagePartBundle\\Repository\\PageTemplateConfigurationRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'pageId' => [
                        'fieldName' => 'pageId',
                        'type' => 'bigint',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'page_id',
                    ],
                    'pageEntityName' => [
                        'fieldName' => 'pageEntityName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'page_entity_name',
                    ],
                    'pageTemplate' => [
                        'fieldName' => 'pageTemplate',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'page_template',
                    ],
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'bigint',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'page_id' => 'pageId',
                    'page_entity_name' => 'pageEntityName',
                    'page_template' => 'pageTemplate',
                    'id' => 'id',
                ],
            ],
            'columnNames' => [
                [
                    'pageId' => 'page_id',
                    'pageEntityName' => 'page_entity_name',
                    'pageTemplate' => 'page_template',
                    'id' => 'id',
                ],
            ],
            'table' => [
                [
                    'name' => 'kuma_page_template_configuration',
                    'indexes' => [
                        'idx_page_template_config_search' => [
                            'columns' => [
                                'page_id',
                                'page_entity_name',
                            ],
                        ],
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
