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::EntityManager::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. |
EntityManager Exercise | - |