从文档对象中查询数组的最后一个元素

时间:2019-01-15 17:34:51

标签: java mongodb spring-boot mongotemplate

我是mongoDB的新手,并且我有一个mongo文档,其字段为

{
    userID:"123"
    lastDetail[{date,amount}]
}

其中lastDetail是{date,amount},的数组

How can I query on the last element of this array in mongoTemplate java?

这个问题几乎与“阿森·达夫蒂安”所指出的相似。除了一件事是“我正在寻找Java(Spring mongo模板)的解决方案”

0 个答案:

没有答案