Introduction to JPA Objectives¶ Describe the Java Persistence API. Configure a Java project to use JPA. Explain the concepts of entity managers and persistence units. Create an entity class to represent a persistent object. Topics¶ What is JPA? Dependencies The persistence.xml Entity Classes Mapping Entity Attributes EntityManagers Labs Up -- Next