JPA Tutorial 3 - A Mini Application
In this example we start with a simple domain model and incrementally migrate it to become more realistic. Along the way we end up using several features of JPA not yet covered by the previous tutorials.
The Problem
JPA_Tutorial_3_The_Problem print
V1 Project Setup
JPA_Tutorial_3_Project_Setup print
V1 First Test Suite
JPA_Tutorial_3_V1_First_Test_Suite print
V1 Second Test Suite
JPA_Tutorial_3_V1_Second_Test_Suite print
V1 Third Test Suite
JPA_Tutorial_3_V1_Third_Test_Suite print
V1 Assignments
JPA_Tutorial_3_V1_Assignments print
Comments