Can we use spring data jpa without hibernate?



Can we use spring data jpa without hibernate?..

Answer / Rupesh Kumar Pandey

Yes, you can use Spring Data JPA (Java Persistence API) without Hibernate by configuring it to work with other ORM tools or even raw SQL. However, Hibernate is a popular choice for implementing JPA in many projects due to its flexibility and features.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is persistent state?

1 Answers  


How do you invoke stored procedures?

1 Answers  


What does orm consists of?

1 Answers  


What is transaction management in hibernate? How it works?

1 Answers  


How many strategies are there in hibernate inheritance?

1 Answers  


What is the use of bag in hibernate?

1 Answers  


How many types of query are there in hibernate?

1 Answers  


What is orm and odm?

1 Answers  


How does sessionfactory work in hibernate?

1 Answers  


What is difference between sessionfactory and session in hibernate?

1 Answers  


What is a proxy object in hibernate?

1 Answers  


What is named query?

1 Answers  


Categories