adspace


Can hibernate be used with mongodb?

Answer Posted / Anuj Kumar Bhardwaj

No, Hibernate is an Object-Relational Mapping (ORM) tool and is primarily designed for mapping Java objects to relational databases like MySQL, Oracle, etc. To use it with MongoDB, you can use other libraries such as MongoDB Java driver or Mongoose.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493