草庐IT

documentValues

全部标签

mongodb - 查询路径深度

我有一个包含DocumentValue列表的实体Document@QueryEntity@DocumentpublicclassDocument{privateListdocumentValues;}DocumentValue也可以有一个DocumentValue列表@QueryEntitypublicclassDocumentValue{Stringvalue;Stringname;Stringid;ListdocumentValues;}我现在正在尝试做类似的事情privateQDocumentValuegetDocumentValuePathByDepth(intdepth){L