[ 'name' => [ 'App\\Entity\\Advertising', ], 'namespace' => [ 'App\\Entity', ], 'rootEntityName' => [ 'App\\Entity\\Advertising', ], 'customRepositoryClassName' => [ 'App\\Repository\\AdvertisingRepository', ], 'identifier' => [ [ 'id', ], ], 'generatorType' => [ 4, ], 'fieldMappings' => [ [ 'id' => [ 'fieldName' => 'id', 'type' => 'integer', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => false, 'precision' => null, 'id' => true, 'columnName' => 'id', ], 'program' => [ 'fieldName' => 'program', 'type' => 'string', 'scale' => null, 'length' => 255, 'unique' => false, 'nullable' => true, 'precision' => null, 'columnDefinition' => 'VARCHAR(255) DEFAULT NULL', 'columnName' => 'program', ], 'defaultDuration' => [ 'fieldName' => 'defaultDuration', 'type' => 'integer', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'default_duration', ], 'defaultTransitionIn' => [ 'fieldName' => 'defaultTransitionIn', 'type' => 'string', 'scale' => null, 'length' => 255, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'default_transition_in', ], 'defaultTransitionOut' => [ 'fieldName' => 'defaultTransitionOut', 'type' => 'string', 'scale' => null, 'length' => 255, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'default_transition_out', ], 'title' => [ 'fieldName' => 'title', 'type' => 'string', 'scale' => null, 'length' => 255, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'title', ], ], ], 'fieldNames' => [ [ 'id' => 'id', 'program' => 'program', 'default_duration' => 'defaultDuration', 'default_transition_in' => 'defaultTransitionIn', 'default_transition_out' => 'defaultTransitionOut', 'title' => 'title', ], ], 'columnNames' => [ [ 'id' => 'id', 'program' => 'program', 'defaultDuration' => 'default_duration', 'defaultTransitionIn' => 'default_transition_in', 'defaultTransitionOut' => 'default_transition_out', 'title' => 'title', ], ], 'table' => [ [ 'name' => 'advertising', ], ], 'associationMappings' => [ [ 'slides' => [ 'fieldName' => 'slides', 'mappedBy' => 'advertising', 'targetEntity' => 'App\\Entity\\AdvertisingSlide', 'cascade' => [], 'orphanRemoval' => true, 'fetch' => 2, 'type' => 4, 'inversedBy' => null, 'isOwningSide' => false, 'sourceEntity' => 'App\\Entity\\Advertising', 'isCascadeRemove' => true, 'isCascadePersist' => false, 'isCascadeRefresh' => false, 'isCascadeMerge' => false, 'isCascadeDetach' => false, ], ], ], 'idGenerator' => [ $o[1], ], ], ], $o[0], [] ); }];