Often we wonder what exactly is the difference between JPA and Hibernate. Hibernate is a very commonly used technology to interact with database on object oriented way.
Similarly JPA which is acronym for Java Persistence API is used for interacting with the persistence layer using objects. So the question is what exactly is the difference between these two
What is JPA
Leave a Reply