adspace
What is the difference between spring jpa and hibernate?
Answer Posted / Monika Singh
Spring JPA (Java Persistence API) is a Java specification for accessing, persisting, and managing data between Java objects and a relational or non-relational database. It provides a common, vendor-neutral API to access databases using different ORM frameworks like Hibernate. On the other hand, Hibernate is one of the most popular ORM (Object-Relational Mapping) tools that works with JPA to map Java objects to relational databases and provide database operations in a simple, elegant manner.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers