Working with Java Persistence APIs

Difficulty: Intermediate
Duration: 4 minutes and 37 seconds
Students: 78
Rating: 3/5

This lesson covers the Java Persistence API, or JPA, which is designed to persist data between Java objects and relational databases.

Learning Objectives

  • Learn the fundamentals of the Java Persistence API
  • Learn about entities, entity inheritance, and JPA queries

Intended Audience

This lesson is intended for anyone who already has basic knowledge of Java and now wants to learn about Java Enterprise Edition.

Prerequisites

Basic knowledge of Java programming.

Covered Topics