<?php //9c4c6d33b28047f1df1a0583b8addaaa

return [PHP_INT_MAX, static fn () => \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Query\\ParserResult'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ParserResult')),
        clone ($p['Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\Exec\\SingleSelectExecutor')),
        clone ($p['Doctrine\\ORM\\Query\\ResultSetMapping'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Query\\ResultSetMapping')),
    ],
    null,
    [
        'Doctrine\\ORM\\Query\\Exec\\AbstractSqlExecutor' => [
            'sqlStatements' => [
                1 => 'SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.isbn AS isbn_2, b0_.description AS description_3, b0_.publication_date AS publication_date_4, b0_.publication_year AS publication_year_5, b0_.language AS language_6, b0_.created_on AS created_on_7, b0_.api_source AS api_source_8, b0_.api_data AS api_data_9, b0_.image AS image_10, u1_.id AS id_11, u1_.email AS email_12, u1_.roles AS roles_13, u1_.password AS password_14, u1_.name AS name_15, u1_.reset_token AS reset_token_16, u1_.reset_token_timestamp AS reset_token_timestamp_17, u1_.registered_on AS registered_on_18, u1_.language AS language_19, a2_.id AS id_20, a2_.name AS name_21, a2_.created_on AS created_on_22, a2_.api_source AS api_source_23, b0_.created_by_id AS created_by_id_24, a2_.created_by_id AS created_by_id_25 FROM book b0_ LEFT JOIN user u1_ ON b0_.created_by_id = u1_.id LEFT JOIN book_author b3_ ON b0_.id = b3_.book_id LEFT JOIN author a2_ ON a2_.id = b3_.author_id WHERE b0_.id IN (?) ORDER BY b0_.id ASC',
            ],
        ],
        'stdClass' => [
            'aliasMap' => [
                2 => [
                    'o' => 'App\\Entity\\Book',
                    'createdBy_a1' => 'App\\Entity\\User',
                    'authors_a2' => 'App\\Entity\\Author',
                ],
            ],
            'relationMap' => [
                2 => [
                    'createdBy_a1' => 'createdBy',
                    'authors_a2' => 'authors',
                ],
            ],
            'parentAliasMap' => [
                2 => [
                    'createdBy_a1' => 'o',
                    'authors_a2' => 'o',
                ],
            ],
            'fieldMappings' => [
                2 => [
                    'id_0' => 'id',
                    'title_1' => 'title',
                    'isbn_2' => 'isbn',
                    'description_3' => 'description',
                    'publication_date_4' => 'publicationDate',
                    'publication_year_5' => 'publicationYear',
                    'language_6' => 'language',
                    'created_on_7' => 'createdOn',
                    'api_source_8' => 'apiSource',
                    'api_data_9' => 'apiData',
                    'image_10' => 'image',
                    'id_11' => 'id',
                    'email_12' => 'email',
                    'roles_13' => 'roles',
                    'password_14' => 'password',
                    'name_15' => 'name',
                    'reset_token_16' => 'resetToken',
                    'reset_token_timestamp_17' => 'resetTokenTimestamp',
                    'registered_on_18' => 'registeredOn',
                    'language_19' => 'language',
                    'id_20' => 'id',
                    'name_21' => 'name',
                    'created_on_22' => 'createdOn',
                    'api_source_23' => 'apiSource',
                ],
            ],
            'typeMappings' => [
                2 => [
                    'created_by_id_24' => 'integer',
                    'created_by_id_25' => 'integer',
                ],
            ],
            'entityMappings' => [
                2 => [
                    'o' => null,
                ],
            ],
            'metaMappings' => [
                2 => [
                    'created_by_id_24' => 'created_by_id',
                    'created_by_id_25' => 'created_by_id',
                ],
            ],
            'columnOwnerMap' => [
                2 => [
                    'id_0' => 'o',
                    'title_1' => 'o',
                    'isbn_2' => 'o',
                    'description_3' => 'o',
                    'publication_date_4' => 'o',
                    'publication_year_5' => 'o',
                    'language_6' => 'o',
                    'created_on_7' => 'o',
                    'api_source_8' => 'o',
                    'api_data_9' => 'o',
                    'image_10' => 'o',
                    'id_11' => 'createdBy_a1',
                    'email_12' => 'createdBy_a1',
                    'roles_13' => 'createdBy_a1',
                    'password_14' => 'createdBy_a1',
                    'name_15' => 'createdBy_a1',
                    'reset_token_16' => 'createdBy_a1',
                    'reset_token_timestamp_17' => 'createdBy_a1',
                    'registered_on_18' => 'createdBy_a1',
                    'language_19' => 'createdBy_a1',
                    'id_20' => 'authors_a2',
                    'name_21' => 'authors_a2',
                    'created_on_22' => 'authors_a2',
                    'api_source_23' => 'authors_a2',
                    'created_by_id_24' => 'o',
                    'created_by_id_25' => 'authors_a2',
                ],
            ],
            'declaringClasses' => [
                2 => [
                    'id_0' => 'App\\Entity\\Book',
                    'title_1' => 'App\\Entity\\Book',
                    'isbn_2' => 'App\\Entity\\Book',
                    'description_3' => 'App\\Entity\\Book',
                    'publication_date_4' => 'App\\Entity\\Book',
                    'publication_year_5' => 'App\\Entity\\Book',
                    'language_6' => 'App\\Entity\\Book',
                    'created_on_7' => 'App\\Entity\\Book',
                    'api_source_8' => 'App\\Entity\\Book',
                    'api_data_9' => 'App\\Entity\\Book',
                    'image_10' => 'App\\Entity\\Book',
                    'id_11' => 'App\\Entity\\User',
                    'email_12' => 'App\\Entity\\User',
                    'roles_13' => 'App\\Entity\\User',
                    'password_14' => 'App\\Entity\\User',
                    'name_15' => 'App\\Entity\\User',
                    'reset_token_16' => 'App\\Entity\\User',
                    'reset_token_timestamp_17' => 'App\\Entity\\User',
                    'registered_on_18' => 'App\\Entity\\User',
                    'language_19' => 'App\\Entity\\User',
                    'id_20' => 'App\\Entity\\Author',
                    'name_21' => 'App\\Entity\\Author',
                    'created_on_22' => 'App\\Entity\\Author',
                    'api_source_23' => 'App\\Entity\\Author',
                ],
            ],
        ],
    ],
    $o[0],
    [
        [
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'sqlExecutor' => $o[1],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'resultSetMapping' => $o[2],
            "\0".'Doctrine\\ORM\\Query\\ParserResult'."\0".'parameterMappings' => [
                'dpid' => [
                    0,
                ],
            ],
        ],
        1,
    ]
)];
