Enterprise Java Development@TOPIC@

Part III. Java Persistence API: Entity Manager Exercise

An Introduction to JPA and JPA/Maven Modules

2019-08-22 07:09 EST

Table of Contents

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