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 |
What is use of hibernate session merge() call?
What are session beans?
What are the different types of extension interface that is present in hibernate?
What are the two mapping associations used in hibernate?
How does orm work?
Can we have multiple sessionfactory in hibernate?
Can we create multiple sessionfactory in hibernate?
What are derived properties in hibernate?
What is the role of JMX in hibernate?
What are the the methods to clear cache in hibernate?
What is named sql query in hibernate?
What is the difference between level 1 and level 2 cache?