Enterprise Java Development@TOPIC@

Part III. Java Persistence API: Entity Manager Exercise

An Introduction to JPA and JPA/Maven Modules

2015-11-18 01:44 EST

Table of Contents

Purpose
1. Goals
2. Objectives
15. Setup and Start Database
15.1. Summary
16. Create Core Project POM
16.1. Summary
17. Setup Database Schema
17.1. Summary
18. Add SQL Tuning
18.1. Summary
19. JPA Persistence Unit Setup
19.1. Summary
20. Setup JPA TestCase
20.1. Summary
21. Ready Project for Import into Eclipse
21.1. Summary
22. Test EntityManager Methods
22.1. Summary
23. Automatically Generate Database Schema
23.1. Summary
24. Create JPA Parent POM
24.1. Summary