tags:

views:

57

answers:

2

I'm working in Java with mongodb.

Is there any Mongodb mapper in Java? Like MongoMapper and Mongoid in Rails?

+1  A: 

There is morphia

bjg
+1  A: 

Check out Morphia.

simplyharsh