Pull Request on abr_b1 branch.
Implemented TimesheetRow.java JPA model. Implemented TimesheetRowPK.java external class for Composite Key in TimesheetRow table. Notable points:
- Best if the Entity Relationships are reviewed by reviewer.
- TimesheetRow.java has WorkPackage and Project Entity instances commented out, since the JPA Models for them do not exist. - nor is there .sql DDL regarding Work Package and Project entities
- For point above, the code is written and ready in TimesheetRow.java. just needs to be commented out once the JPA Models and SQL Tables are implemented