Hibernate is the most popular java ORM framework. Almost every real-world project today uses Hibernate.
Hibernate is the most popular implementation of JPA. It was the most popular ORM framework option before JPA emerged, and it provides additional features on top of JPA. We will use Hibernate as the JPA implementation in this course.
The Java Persistence API provides Java developers with an API for mapping Java objects to relational data. In this course, you will learn about the Hibernate, JPA API, JPQL (Java Persistence query language), Java persistence criteria API, and how you can perform ORM (Object Relational Mapping) with JPA and Hibernate.
What will you learn in this course?