About JPA::EntityManager

This project provides the home for JPA EntityManager materials dealing with setting up and using capabilities of the EntityManager.

Project Modules

This project has declared the following modules:

Name Description
JPA::EntityManager::Example This module provides an basic example of using the Java Persistence API to map a flat POJO to a database.
JPA::Entity Manager::Exercise::Solution This example is functionally the same as entityMgrEx except that it has factored out all common properties into a parent (jpa-parent) and left only module-specific properties and constructs here. Rather than defining a separate jpa-parent, a dependency on the class exercise jpa-parent was used above.