HibernateRelationships |
|
Your trail: |
Difference between
version 80
and
version 79:
At line 32 changed 1 line. |
The first thing you need to do in this tutorial is these two object to persist. Create both a ''Weblog.java'' class and an ''Entry.java'' class (in the src/dao/**/model directory). The necessary XDoclet tags for these entities is included on the ''getter'' method's javadoc. |
The first thing you need to do in this tutorial is these two object to persist. Create both a ''Weblog.java'' class and an ''Entry.java'' class (in the src/dao/**/model directory). The necessary XDoclet tags for these entities is included on the ''getter'' method's javadoc. You can download these files using the links below. Note that javadocs have been eliminated for brevity. |
At line 34 changed 2 lines. |
* [View Weblog.java|Weblog.java] |
* [View Entry.java|Entry.java] |
* [Download Weblog.java|Weblog.java] |
* [Download Entry.java|Entry.java] |
Back to HibernateRelationships,
or to the Page History.
|