Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想做一个基于 MongoDB ISODate 字段的查询。但是,我不确定如何将 Java Date 对象序列化为正确的 ISODate 对象,然后可以将其与 QueryBuilder 一起使用。一个小示例代码将不胜感激。非常感谢。
将 Date 对象序列化为 JSON 中的适当表示({$date:
builder.greaterThan(new Date())
工作得很好。不过要小心时区。