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 ?
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