<?php //App__Entity__Tag1__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\\Mapping\\FieldMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\FieldMapping')),
        clone $p['Doctrine\\ORM\\Mapping\\FieldMapping'],
        clone ($p['Doctrine\\ORM\\Mapping\\ManyToManyInverseSideMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ManyToManyInverseSideMapping')),
        clone ($p['Doctrine\\ORM\\Id\\SequenceGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\SequenceGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Tag1',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\Tag1Repository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                2,
            ],
            'fieldMappings' => [
                [
                    'id' => $o[1],
                    'titret' => $o[2],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'titret' => 'titret',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'titret' => 'titret',
                ],
            ],
            'table' => [
                [
                    'name' => 'tag1',
                ],
            ],
            'associationMappings' => [
                [
                    'sciences' => $o[3],
                ],
            ],
            'idGenerator' => [
                $o[4],
            ],
            'sequenceGeneratorDefinition' => [
                [
                    'sequenceName' => 'tag1_id_seq',
                    'allocationSize' => '1',
                    'initialValue' => '1',
                ],
            ],
            'name' => [
                'App\\Entity\\Tag1',
            ],
            'id' => [
                1 => true,
            ],
            'type' => [
                1 => 'integer',
                'string',
            ],
            'fieldName' => [
                1 => 'id',
                'titret',
            ],
            'columnName' => [
                1 => 'id',
                'titret',
            ],
            'length' => [
                2 => 255,
            ],
            'fetch' => [
                3 => 2,
            ],
            'sourceEntity' => [
                3 => 'App\\Entity\\Tag1',
            ],
            'mappedBy' => [
                3 => 'Tag1',
            ],
        ],
        'Doctrine\\ORM\\Mapping\\AssociationMapping' => [
            'fieldName' => [
                3 => 'sciences',
            ],
            'targetEntity' => [
                3 => 'App\\Entity\\Science',
            ],
        ],
    ],
    $o[0],
    [
        -4 => [
            'allocationSize' => 1,
            'sequenceName' => 'tag1_id_seq',
        ],
    ]
)];
