Enterprise Java Development@TOPIC@
Provide one more chance to build a Maven module using step-by-step instructions
Provide step-by-step instructions for setting up a Maven module for JPA
Provide an introduction to JPA EntityManager CRUD methods
At the completion of this topic, the student shall be able to:
Maven/General project setup
Setup a database for use with module development
Create a Maven project for use with a JPA module
Manage module-specific schema within the database
Add custom SQL tuning properties to their module schema definition
Import a Maven/JPA project into IDE
Automatically generate database schema for project
Refector single Maven/JPA module into a re-suable parent and individual child modules
JPA
Setup a JPA Persistence Unit
Setup a JPA Unit test
Implement tests of JPA EntityManager methods