| commit | 057867af189a56cc882bc70c1942aee0dde81ea3 | [log] [tgz] |
|---|---|---|
| author | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Apr 15 20:39:36 2010 +0000 |
| committer | amitmanjhi@google.com <amitmanjhi@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Apr 15 20:39:36 2010 +0000 |
| tree | 1a7fe4a2bb44cc49c288272d6eef7de77d0c0fdb | |
| parent | 368fc5bdca3d195958cc952624b73e2e1872bb62 [diff] |
Goodbye fake storage, welcome JPA with appEngine. Notes: 1) Currently there are just 2 entities: Employee and Report. Any new entity must be added to the list in persistence.xml 2) Fixed findReportsByEmployee call. 3) A Report entity cannot refer to an Employee entity -- it instead refers to the Employee key due to current appEngine implementation http://code.google.com/appengine/docs/java/datastore/relationships.html#Unowned_Relationships 4) Running the project requires GPE because the appEngine jars are not present in our tools. Review at http://gwt-code-reviews.appspot.com/352801 Review by: rjrjr@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7929 8db76d5a-ed1c-0410-87a9-c151d255dfc7