<?php //App__Entity__Material__CLASSMETADATA__

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\\Material',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Material',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\MaterialRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'options' => [
                            'unsigned' => true,
                        ],
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'aprobado' => [
                        'fieldName' => 'aprobado',
                        'type' => 'smallint',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'options' => [
                            'unsigned' => true,
                            'comment' => '0=no,1=si',
                        ],
                        'columnName' => 'aprobado',
                    ],
                    'activo' => [
                        'fieldName' => 'activo',
                        'type' => 'smallint',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'options' => [
                            'unsigned' => true,
                            'comment' => '0=no,1=si',
                        ],
                        'columnName' => 'activo',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'aprobado' => 'aprobado',
                    'activo' => 'activo',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'aprobado' => 'aprobado',
                    'activo' => 'activo',
                ],
            ],
            'table' => [
                [
                    'name' => 'materiales',
                ],
            ],
            'associationMappings' => [
                [
                    'traducciones' => [
                        'fieldName' => 'traducciones',
                        'mappedBy' => 'material',
                        'targetEntity' => 'App\\Entity\\TraduccionMaterial',
                        'cascade' => [],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 4,
                        'inversedBy' => null,
                        'isOwningSide' => false,
                        'sourceEntity' => 'App\\Entity\\Material',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
