Does hibernate support nosql?



Does hibernate support nosql?..

Answer / Shekhar

Hibernate is an Object-Relational Mapping (ORM) tool for Java, primarily designed to work with relational databases. However, there are alternatives such as Hibernate OGM (ObjectGrid Mapper), which allows Hibernate to map entities to NoSQL databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is use of hibernate session merge() call?

1 Answers  


What are session beans?

1 Answers  


What are the different types of extension interface that is present in hibernate?

1 Answers  


What are the two mapping associations used in hibernate?

1 Answers  


How does orm work?

1 Answers  


Can we have multiple sessionfactory in hibernate?

1 Answers  


Can we create multiple sessionfactory in hibernate?

1 Answers  


What are derived properties in hibernate?

1 Answers  


What is the role of JMX in hibernate?

1 Answers  


What are the the methods to clear cache in hibernate?

1 Answers  


What is named sql query in hibernate?

1 Answers  


What is the difference between level 1 and level 2 cache?

1 Answers  


Categories