我正在使用MongoDB和mongotemplate尝试将mongoDB与我的Spring层连接。 如何在Java中查询在两个不同的时间戳之间查找对象 我的时间戳就像 开始时间:2013-04-19 12:19:17.165 结束日期:2013-05-25 10:15:20.120 OrderCollection
Order1 - 2013-03-15 12:19:17.165<placedTS>(placed timestamps)
Order2 - 2013-04-20 05:20:17.165<placedTS>(placed timestamps)
Order3 2013-04-25 11:19:17.165 <placedTS>(placedtimestamps)
Order4 2013-05-28 12:19:17.165
有没有其他办法可以做到这一点????