<?php //%255BApp%255CMatch%255CEntity%255CMassPerson%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\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'App\\Match\\Entity\\MassPerson',
            ],
            'namespace' => [
                'App\\Match\\Entity',
            ],
            'rootEntityName' => [
                'App\\Match\\Entity\\MassPerson',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'givenId' => [
                        'fieldName' => 'givenId',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'given_id',
                    ],
                    'givenName' => [
                        'fieldName' => 'givenName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'given_name',
                    ],
                    'familyName' => [
                        'fieldName' => 'familyName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'family_name',
                    ],
                    'birthDate' => [
                        'fieldName' => 'birthDate',
                        'type' => 'date',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'birth_date',
                    ],
                    'gender' => [
                        'fieldName' => 'gender',
                        'type' => 'smallint',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'gender',
                    ],
                    'email' => [
                        'fieldName' => 'email',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 512,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'email',
                    ],
                    'telephone' => [
                        'fieldName' => 'telephone',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'telephone',
                    ],
                    'distance' => [
                        'fieldName' => 'distance',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'distance',
                    ],
                    'duration' => [
                        'fieldName' => 'duration',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'duration',
                    ],
                    'bboxMinLon' => [
                        'fieldName' => 'bboxMinLon',
                        'type' => 'decimal',
                        'scale' => 6,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 10,
                        'columnName' => 'bbox_min_lon',
                    ],
                    'bboxMinLat' => [
                        'fieldName' => 'bboxMinLat',
                        'type' => 'decimal',
                        'scale' => 6,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 10,
                        'columnName' => 'bbox_min_lat',
                    ],
                    'bboxMaxLon' => [
                        'fieldName' => 'bboxMaxLon',
                        'type' => 'decimal',
                        'scale' => 6,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 10,
                        'columnName' => 'bbox_max_lon',
                    ],
                    'bboxMaxLat' => [
                        'fieldName' => 'bboxMaxLat',
                        'type' => 'decimal',
                        'scale' => 6,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 10,
                        'columnName' => 'bbox_max_lat',
                    ],
                    'bearing' => [
                        'fieldName' => 'bearing',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'bearing',
                    ],
                    'outwardTime' => [
                        'fieldName' => 'outwardTime',
                        'type' => 'time',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'outward_time',
                    ],
                    'returnTime' => [
                        'fieldName' => 'returnTime',
                        'type' => 'time',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'return_time',
                    ],
                    'driver' => [
                        'fieldName' => 'driver',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'driver',
                    ],
                    'passenger' => [
                        'fieldName' => 'passenger',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'passenger',
                    ],
                    'createdDate' => [
                        'fieldName' => 'createdDate',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'created_date',
                    ],
                    'updatedDate' => [
                        'fieldName' => 'updatedDate',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'updated_date',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'given_id' => 'givenId',
                    'given_name' => 'givenName',
                    'family_name' => 'familyName',
                    'birth_date' => 'birthDate',
                    'gender' => 'gender',
                    'email' => 'email',
                    'telephone' => 'telephone',
                    'distance' => 'distance',
                    'duration' => 'duration',
                    'bbox_min_lon' => 'bboxMinLon',
                    'bbox_min_lat' => 'bboxMinLat',
                    'bbox_max_lon' => 'bboxMaxLon',
                    'bbox_max_lat' => 'bboxMaxLat',
                    'bearing' => 'bearing',
                    'outward_time' => 'outwardTime',
                    'return_time' => 'returnTime',
                    'driver' => 'driver',
                    'passenger' => 'passenger',
                    'created_date' => 'createdDate',
                    'updated_date' => 'updatedDate',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'givenId' => 'given_id',
                    'givenName' => 'given_name',
                    'familyName' => 'family_name',
                    'birthDate' => 'birth_date',
                    'gender' => 'gender',
                    'email' => 'email',
                    'telephone' => 'telephone',
                    'distance' => 'distance',
                    'duration' => 'duration',
                    'bboxMinLon' => 'bbox_min_lon',
                    'bboxMinLat' => 'bbox_min_lat',
                    'bboxMaxLon' => 'bbox_max_lon',
                    'bboxMaxLat' => 'bbox_max_lat',
                    'bearing' => 'bearing',
                    'outwardTime' => 'outward_time',
                    'returnTime' => 'return_time',
                    'driver' => 'driver',
                    'passenger' => 'passenger',
                    'createdDate' => 'created_date',
                    'updatedDate' => 'updated_date',
                ],
            ],
            'table' => [
                [
                    'name' => 'mass_person',
                ],
            ],
            'lifecycleCallbacks' => [
                [
                    'prePersist' => [
                        'setAutoCreatedDate',
                    ],
                    'preUpdate' => [
                        'setAutoUpdatedDate',
                    ],
                ],
            ],
            'associationMappings' => [
                [
                    'personalAddress' => [
                        'fieldName' => 'personalAddress',
                        'targetEntity' => 'App\\Geography\\Entity\\Address',
                        'joinColumns' => [
                            [
                                'name' => 'personal_address_id',
                                'unique' => true,
                                'nullable' => false,
                                'onDelete' => 'CASCADE',
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'mappedBy' => null,
                        'inversedBy' => null,
                        'cascade' => [
                            'persist',
                        ],
                        'orphanRemoval' => true,
                        'fetch' => 2,
                        'type' => 1,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Match\\Entity\\MassPerson',
                        'isCascadeRemove' => true,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'personal_address_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'personal_address_id' => 'personal_address_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'personal_address_id',
                        ],
                    ],
                    'workAddress' => [
                        'fieldName' => 'workAddress',
                        'targetEntity' => 'App\\Geography\\Entity\\Address',
                        'joinColumns' => [
                            [
                                'name' => 'work_address_id',
                                'unique' => true,
                                'nullable' => false,
                                'onDelete' => 'CASCADE',
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'mappedBy' => null,
                        'inversedBy' => null,
                        'cascade' => [
                            'persist',
                        ],
                        'orphanRemoval' => true,
                        'fetch' => 2,
                        'type' => 1,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Match\\Entity\\MassPerson',
                        'isCascadeRemove' => true,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'work_address_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'work_address_id' => 'work_address_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'work_address_id',
                        ],
                    ],
                    'mass' => [
                        'fieldName' => 'mass',
                        'joinColumns' => [
                            [
                                'name' => 'mass_id',
                                'unique' => false,
                                'nullable' => false,
                                'onDelete' => 'CASCADE',
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [
                            'persist',
                        ],
                        'inversedBy' => 'persons',
                        'targetEntity' => 'App\\Match\\Entity\\Mass',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Match\\Entity\\MassPerson',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'mass_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'mass_id' => 'mass_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'mass_id',
                        ],
                        'orphanRemoval' => false,
                    ],
                    'matchingsAsDriver' => [
                        'fieldName' => 'matchingsAsDriver',
                        'mappedBy' => 'massPerson1',
                        'targetEntity' => 'App\\Match\\Entity\\MassMatching',
                        'cascade' => [
                            'persist',
                        ],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 4,
                        'inversedBy' => null,
                        'isOwningSide' => false,
                        'sourceEntity' => 'App\\Match\\Entity\\MassPerson',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                    ],
                    'matchingsAsPassenger' => [
                        'fieldName' => 'matchingsAsPassenger',
                        'mappedBy' => 'massPerson2',
                        'targetEntity' => 'App\\Match\\Entity\\MassMatching',
                        'cascade' => [
                            'persist',
                        ],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 4,
                        'inversedBy' => null,
                        'isOwningSide' => false,
                        'sourceEntity' => 'App\\Match\\Entity\\MassPerson',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                    ],
                    'user' => [
                        'fieldName' => 'user',
                        'joinColumns' => [
                            [
                                'name' => 'user_id',
                                'unique' => false,
                                'nullable' => true,
                                'onDelete' => 'SET NULL',
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [],
                        'inversedBy' => 'massPerson',
                        'targetEntity' => 'App\\User\\Entity\\User',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Match\\Entity\\MassPerson',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'user_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'user_id' => 'user_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'user_id',
                        ],
                        'orphanRemoval' => false,
                    ],
                    'proposal' => [
                        'fieldName' => 'proposal',
                        'targetEntity' => 'App\\Carpool\\Entity\\Proposal',
                        'joinColumns' => [
                            [
                                'name' => 'proposal_id',
                                'unique' => true,
                                'nullable' => true,
                                'onDelete' => 'SET NULL',
                                'columnDefinition' => null,
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'mappedBy' => null,
                        'inversedBy' => null,
                        'cascade' => [],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 1,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Match\\Entity\\MassPerson',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'proposal_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'proposal_id' => 'proposal_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'proposal_id',
                        ],
                    ],
                    'massPTJourneys' => [
                        'fieldName' => 'massPTJourneys',
                        'mappedBy' => 'massPerson',
                        'targetEntity' => 'App\\Match\\Entity\\MassPTJourney',
                        'cascade' => [
                            'persist',
                        ],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 4,
                        'inversedBy' => null,
                        'isOwningSide' => false,
                        'sourceEntity' => 'App\\Match\\Entity\\MassPerson',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
