[Readings]
[BVVO]
Follow Step 3 in Spring and Hibernate From Scratch to add Hibernate to the BVVO application you created in Homework 2.
[Model and ORM] (45pt)
Add model classes for BVVO based on the requirements described in Homework 1. Use JPA annotations to map the model classes to a relational schema.
Add Hbm2ddl.java to BVVO and run it to create a src/main/scripts/bvvo.ddl file which should contain the relational database schema generated from the annotations.
[Database Scripts] (15pt)
Based on bvvo.ddl generated
in the previous exercise, create two SQL scripts for BVVO:
[Subversion]
Commit all the changes to your Subversion repository, and create a tag called cs520-hw3.