Can we use hibernate with cassandra?



Can we use hibernate with cassandra?..

Answer / Vijay Pratap Yadav

No, Hibernate is an ORM tool for relational databases and not designed to work directly with NoSQL databases like Cassandra. To use it with Cassandra, you can use other libraries such as DataStax Java driver or Cassandra-Mapper.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What are the five steps of orm?

1 Answers  


How can the primary key be created by using hibernate?

1 Answers  


Can we create two sessionfactory in hibernate?

1 Answers  


What is hibernate inheritance?

1 Answers  


What are the key attributes?

1 Answers  


What is the use of spring and hibernate?

1 Answers  


How can we invoke stored procedures in hibernate?

1 Answers  


What is tag library descriptor?

1 Answers  


What is Hibernate Proxy and how it helps in lazy loading?

1 Answers  


What is the importance of lifecycle and validatable interface in hibernate?

1 Answers  


How to create entity class in hibernate?

1 Answers  


What is a hibernate template class?

1 Answers  


Categories