In this blog, we're going to look at how to create a simple JPA application in IntelliJ IDEA Ultimate. JPA allow you to store, access and manage Java objects in a relational database.
If you want to create a Jakarta Persistence application with the new jakarta namespace, checkout this version of the blog or watch this video.
Creating a new JPA Project
First, we'll create a new project in IntelliJ