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 Java 驱动程序 2.12 的 API 文档,可以在此处看到 将字符串转换为 ObjectId 的方法已被弃用,并将在 3.x 驱动程序中删除。
我们应该重写代码来使用什么?文档没有说明这一点。
如果你想转换一个字符串,也许只是构造函数
new ObjectId(String)