Tutorial: Create and configure a JPA project
This tutorial shows you how to create and configure a Java™ Persistence API (JPA) project.
Learning objectives
In this tutorial, you will learn how to do the following things:- Add JPA support to a web project
- Create a connection to a database
- Create JPA entities from database tables
- Add primary keys and query methods to entities
- Configure a runtime database connection
- Create JPA Manager beans for JPA entities