<?php //%255BApp%255CGeography%255CEntity%255CDirection%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\\Geography\\Entity\\Direction',
            ],
            'namespace' => [
                'App\\Geography\\Entity',
            ],
            'rootEntityName' => [
                'App\\Geography\\Entity\\Direction',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'distance' => [
                        'fieldName' => 'distance',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'distance',
                    ],
                    'duration' => [
                        'fieldName' => 'duration',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'duration',
                    ],
                    'ascend' => [
                        'fieldName' => 'ascend',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'ascend',
                    ],
                    'descend' => [
                        'fieldName' => 'descend',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'descend',
                    ],
                    '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',
                    ],
                    'geoJsonBbox' => [
                        'fieldName' => 'geoJsonBbox',
                        'type' => 'polygon',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'geo_json_bbox',
                        'requireSQLConversion' => true,
                    ],
                    'bearing' => [
                        'fieldName' => 'bearing',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'bearing',
                    ],
                    'geoJsonSimplified' => [
                        'fieldName' => 'geoJsonSimplified',
                        'type' => 'linestring',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'geo_json_simplified',
                        'requireSQLConversion' => true,
                    ],
                    'format' => [
                        'fieldName' => 'format',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 45,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'format',
                    ],
                    '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',
                    'distance' => 'distance',
                    'duration' => 'duration',
                    'ascend' => 'ascend',
                    'descend' => 'descend',
                    'bbox_min_lon' => 'bboxMinLon',
                    'bbox_min_lat' => 'bboxMinLat',
                    'bbox_max_lon' => 'bboxMaxLon',
                    'bbox_max_lat' => 'bboxMaxLat',
                    'geo_json_bbox' => 'geoJsonBbox',
                    'bearing' => 'bearing',
                    'geo_json_simplified' => 'geoJsonSimplified',
                    'format' => 'format',
                    'created_date' => 'createdDate',
                    'updated_date' => 'updatedDate',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'distance' => 'distance',
                    'duration' => 'duration',
                    'ascend' => 'ascend',
                    'descend' => 'descend',
                    'bboxMinLon' => 'bbox_min_lon',
                    'bboxMinLat' => 'bbox_min_lat',
                    'bboxMaxLon' => 'bbox_max_lon',
                    'bboxMaxLat' => 'bbox_max_lat',
                    'geoJsonBbox' => 'geo_json_bbox',
                    'bearing' => 'bearing',
                    'geoJsonSimplified' => 'geo_json_simplified',
                    'format' => 'format',
                    'createdDate' => 'created_date',
                    'updatedDate' => 'updated_date',
                ],
            ],
            'table' => [
                [
                    'name' => 'direction',
                    'indexes' => [
                        'IDX_DIRTER' => [
                            'columns' => [
                                'distance',
                                'duration',
                                'bbox_min_lon',
                                'bbox_min_lat',
                                'bbox_max_lon',
                                'bbox_max_lat',
                            ],
                        ],
                    ],
                ],
            ],
            'lifecycleCallbacks' => [
                [
                    'prePersist' => [
                        'setAutoCreatedDate',
                        'setAutoGeoJsonBbox',
                        'setAutoGeoJsonDetail',
                    ],
                    'preUpdate' => [
                        'setAutoUpdatedDate',
                        'setAutoGeoJsonBbox',
                        'setAutoGeoJsonDetail',
                    ],
                ],
            ],
            'associationMappings' => [
                [
                    'territories' => [
                        'fieldName' => 'territories',
                        'joinTable' => [
                            'name' => 'direction_territory',
                            'joinColumns' => [
                                [
                                    'name' => 'direction_id',
                                    'referencedColumnName' => 'id',
                                    'onDelete' => 'CASCADE',
                                ],
                            ],
                            'inverseJoinColumns' => [
                                [
                                    'name' => 'territory_id',
                                    'referencedColumnName' => 'id',
                                    'onDelete' => 'CASCADE',
                                ],
                            ],
                        ],
                        'targetEntity' => 'App\\Geography\\Entity\\Territory',
                        'mappedBy' => null,
                        'inversedBy' => null,
                        'cascade' => [],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 8,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Geography\\Entity\\Direction',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'joinTableColumns' => [
                            'direction_id',
                            'territory_id',
                        ],
                        'isOnDeleteCascade' => true,
                        'relationToSourceKeyColumns' => [
                            'direction_id' => 'id',
                        ],
                        'relationToTargetKeyColumns' => [
                            'territory_id' => 'id',
                        ],
                    ],
                    'criteriaDrivers' => [
                        'fieldName' => 'criteriaDrivers',
                        'mappedBy' => 'directionDriver',
                        'targetEntity' => 'App\\Carpool\\Entity\\Criteria',
                        'cascade' => [],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 4,
                        'inversedBy' => null,
                        'isOwningSide' => false,
                        'sourceEntity' => 'App\\Geography\\Entity\\Direction',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                    ],
                    'criteriaPassengers' => [
                        'fieldName' => 'criteriaPassengers',
                        'mappedBy' => 'directionPassenger',
                        'targetEntity' => 'App\\Carpool\\Entity\\Criteria',
                        'cascade' => [],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 4,
                        'inversedBy' => null,
                        'isOwningSide' => false,
                        'sourceEntity' => 'App\\Geography\\Entity\\Direction',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
