From the course: Java Persistence with JPA and Hibernate

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Challenge: Art Class Management app, part 1

Challenge: Art Class Management app, part 1 - JPA Tutorial

From the course: Java Persistence with JPA and Hibernate

Challenge: Art Class Management app, part 1

(upbeat music) - [Instructor] It's time for the first code challenge. You'll be implementing the persistence layer for a simple application for art class management for the Orange Valley Community Arts Association. Here's the database structure. There are five tables, teacher, class, student, and review, including a joint table named student_class to model the many to many relationship between student and class. You'll get to know more about the requirements and the database structure in upcoming code challenges. This challenge is the first step to implement the persistence layer of the application. In this step, you should bootstrap Jakarta persistence and hibernate for the application. You can find task steps in a file named challenge-steps.txt in branch 03_05 of the GitHub repository of this course. Simply follow the steps to complete this challenge. Once you complete all the steps and run the application, and get no errors, you've done it. This challenge should take you around…

Contents