Skip Headers

The Tutorial Project

Previous
Previous
 
Next
Next

In this tutorial, you will create the persistence layer for a simple web application to record employee information (address and phone number) for an HR system. You will define the mappings between the Java objects and the database tables, in order to persist the objects. Figure: Object Model illustrates the object model for this tutorial.

Object Model

Java object model for the tutorial project.