MongoDB to Java integration

bali208 picture bali208 · Jul 26, 2012 · Viewed 8.2k times · Source

We am trying to convert our old Oracle sql application into NO-SQL and we have chosen Mongo DB.

Are there any ORM support for Mongo DB like Hibernate that reduces our coding?

Can we use JPA specification to build an application for Mongo DB ?

If JPA, which ORM Vendor is best to choose and why ?

Have they come up with no-sql dialect for Mongo DB so that we can build an application using a non relational DB ?

Answer

Hugo Matinho picture Hugo Matinho · Dec 9, 2012

Hibernate 4.0 has OGM which supports MongoDB you can see an example of Hibernate with MongoDB here Porting Seam Hotel Booking Example to OGM