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 dynamic Web project
- Create a connection to a database
- Create JPA entity beans from database tables
- Add primary keys and to entity beans
- Configure a runtime database connection
- Create JPA manager beans for entity beans
Time required
30 minutes