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 |
What is persistent state?
How do you invoke stored procedures?
What does orm consists of?
What is transaction management in hibernate? How it works?
How many strategies are there in hibernate inheritance?
What is the use of bag in hibernate?
How many types of query are there in hibernate?
What is orm and odm?
How does sessionfactory work in hibernate?
What is difference between sessionfactory and session in hibernate?
What is a proxy object in hibernate?
What is named query?