Hibernate and JPA

Learn how to use a SQL database with Quarkus and Hibernate.

Introduction

The Jakarta Persistence API JPA is a specification of Java. It is used to persist data in relational databases.

Hibernate is a popular implementation of the JPA specifications and it is the most popular Java ORMObject-relational mapping used to fetch and update data in different databases.

Press + to interact

Adding the extensions

To use an SQL database, we need to add a couple of dependencies, ...

Get hands-on with 1400+ tech skills courses.