The Tutorial Project |
![]() Previous |
![]() 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.