[ 'name' => [ 'App\\Entity\\PrintConfigurator', ], 'namespace' => [ 'App\\Entity', ], 'rootEntityName' => [ 'App\\Entity\\PrintConfigurator', ], 'customRepositoryClassName' => [ 'App\\Repository\\PrintConfiguratorRepository', ], 'identifier' => [ [ 'id', ], ], 'generatorType' => [ 4, ], 'fieldMappings' => [ [ 'id' => [ 'fieldName' => 'id', 'type' => 'integer', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => false, 'precision' => null, 'id' => true, 'columnName' => 'id', ], 'name' => [ 'fieldName' => 'name', 'type' => 'string', 'scale' => null, 'length' => 255, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'name', ], 'price' => [ 'fieldName' => 'price', 'type' => 'float', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => true, 'precision' => null, 'columnName' => 'price', ], 'header' => [ 'fieldName' => 'header', 'type' => 'text', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => true, 'precision' => null, 'columnName' => 'header', ], 'footer' => [ 'fieldName' => 'footer', 'type' => 'text', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => true, 'precision' => null, 'columnName' => 'footer', ], 'message' => [ 'fieldName' => 'message', 'type' => 'text', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'message', ], 'recipient' => [ 'fieldName' => 'recipient', 'type' => 'string', 'scale' => null, 'length' => 255, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'recipient', ], 'object' => [ 'fieldName' => 'object', 'type' => 'string', 'scale' => null, 'length' => 255, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'object', ], ], ], 'fieldNames' => [ [ 'id' => 'id', 'name' => 'name', 'price' => 'price', 'header' => 'header', 'footer' => 'footer', 'message' => 'message', 'recipient' => 'recipient', 'object' => 'object', ], ], 'columnNames' => [ [ 'id' => 'id', 'name' => 'name', 'price' => 'price', 'header' => 'header', 'footer' => 'footer', 'message' => 'message', 'recipient' => 'recipient', 'object' => 'object', ], ], 'table' => [ [ 'name' => 'print_configurator', ], ], 'idGenerator' => [ $o[1], ], ], ], $o[0], [] ); }];