gpt4 book ai didi

java - Java 中要映射的 DBObject

转载 作者:可可西里 更新时间:2023-11-01 09:57:26 24 4
gpt4 key购买 nike

我需要将 MongoDB 的结果放入 Map 中。我的代码是

DBCollection collection = db.getCollection("template");
DBCursor cursor = collection.find(allQuery, removeIdProjection);
DBObject resultElement = null;
resultElement = cursor.next();

结果 Json 是:

{ "GraphLabel" : "Volume Of Work Orders" , "XaxisLabel" : "2012" , "YaxisLabel" : "volume(k)" , "ShowLegend" : "FALSE" , "query" : "select sd.season_id,sd.season, count(fsf.defect_type_id) from m2m.season_dim sd ,m2m.field_service_fact fsf where fsf.season_id = sd.season_id group by sd.season_id"}

需要将值与 MAP 或 POJO 放在一起。有人可以帮忙吗?

最佳答案

DBObject 有一个toMap() 方法将它转换成 map

关于java - Java 中要映射的 DBObject,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18462745/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com