我想使用JavaSpringCriteriaAPI查询MongoDB。就像我可以用javascript做的那样follows:-
db.collection.find({ $where: 'this.name.length >= 0 &&
this.name.length <= 5' })
我如何通过JavaSpring标准,AggregationOperationAPI来做到这一点?
我想使用JavaSpringCriteriaAPI查询MongoDB。就像我可以用javascript做的那样follows:-
db.collection.find({ $where: 'this.name.length >= 0 &&
this.name.length <= 5' })
我如何通过JavaSpring标准,AggregationOperationAPI来做到这一点?
暂无答案!
目前还没有任何答案,快来回答吧!