|
180 | 180 | * options?: array<string, mixed>, |
181 | 181 | * mapping_types?: array<string, scalar|null>, |
182 | 182 | * default_table_options?: array<string, scalar|null>, |
183 | | - * schema_manager_factory?: scalar|null, // Default: "doctrine.dbal.legacy_schema_manager_factory" |
| 183 | + * schema_manager_factory?: scalar|null, // Default: "doctrine.dbal.default_schema_manager_factory" |
184 | 184 | * result_cache?: scalar|null, |
185 | 185 | * slaves?: array<string, array{ // Default: [] |
186 | 186 | * url?: scalar|null, // A URL with connection information; any parameter value parsed from this string will override explicitly set parameters |
|
251 | 251 | * orm?: array{ |
252 | 252 | * default_entity_manager?: scalar|null, |
253 | 253 | * auto_generate_proxy_classes?: scalar|null, // Auto generate mode possible values are: "NEVER", "ALWAYS", "FILE_NOT_EXISTS", "EVAL", "FILE_NOT_EXISTS_OR_CHANGED", this option is ignored when the "enable_native_lazy_objects" option is true // Default: false |
254 | | - * enable_lazy_ghost_objects?: bool, // Enables the new implementation of proxies based on lazy ghosts instead of using the legacy implementation // Default: false |
| 254 | + * enable_lazy_ghost_objects?: bool, // Enables the new implementation of proxies based on lazy ghosts instead of using the legacy implementation // Default: true |
255 | 255 | * enable_native_lazy_objects?: bool, // Enables the new native implementation of PHP lazy objects instead of generated proxies // Default: false |
256 | 256 | * proxy_dir?: scalar|null, // Configures the path where generated proxy classes are saved when using non-native lazy objects, this option is ignored when the "enable_native_lazy_objects" option is true // Default: "%kernel.build_dir%/doctrine/orm/Proxies" |
257 | 257 | * proxy_namespace?: scalar|null, // Defines the root namespace for generated proxy classes when using non-native lazy objects, this option is ignored when the "enable_native_lazy_objects" option is true // Default: "Proxies" |
|
297 | 297 | * fetch_mode_subselect_batch_size?: scalar|null, |
298 | 298 | * repository_factory?: scalar|null, // Default: "doctrine.orm.container_repository_factory" |
299 | 299 | * schema_ignore_classes?: list<scalar|null>, |
300 | | - * report_fields_where_declared?: bool, // Set to "true" to opt-in to the new mapping driver mode that was added in Doctrine ORM 2.16 and will be mandatory in ORM 3.0. See https://github.com/doctrine/orm/pull/10455. // Default: false |
| 300 | + * report_fields_where_declared?: bool, // Set to "true" to opt-in to the new mapping driver mode that was added in Doctrine ORM 2.16 and will be mandatory in ORM 3.0. See https://github.com/doctrine/orm/pull/10455. // Default: true |
301 | 301 | * validate_xml_mapping?: bool, // Set to "true" to opt-in to the new mapping driver mode that was added in Doctrine ORM 2.14. See https://github.com/doctrine/orm/pull/6728. // Default: false |
302 | 302 | * second_level_cache?: array{ |
303 | 303 | * region_cache_driver?: string|array{ |
|
0 commit comments