使用Morphia / MongoDB使用ObjectId进行批注

时间:2012-01-11 18:14:02

标签: mongodb morphia

我正在尝试使用此字段为Morphia注释一个java对象:

@Id private ObjectId id;

但是我的代码在代码中出现此错误:

org.bson.types.ObjectId can not be found in source packages. Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly.

虽然应用程序有Morphia和MongoDB罐子。

为什么会出现此问题?

0 个答案:

没有答案