HibernateRelationships |
|
Your trail: |
Difference between
version 82
and
version 81:
At line 32 changed 1 line. |
<div style="color: green; margin-left: 20px; background: #ffd">TODO: Create diagram of the tables and their relationships.</div> |
<!-- TODO: Create diagram of the tables and their relationships. --> |
At line 41 changed 1 line. |
%%note __Tip:__ The equals(), hashCode() and toString() methods can be generated by your IDE. If you're using Eclipse, get the [Commonclipse|http://commonclipse.sourceforge.net/] plugin. For IDEA, the first two are built into the "Generate..." dialog, and toString() is a plugin you can download.%% |
%%note __Tip:__ The equals(), hashCode() and toString() methods can be generated by your IDE. If you're using Eclipse, get the [Commonclipse|http://commonclipse.sourceforge.net/] plugin. For IDEA, the first two are built into the "Generate..." dialog, and toString() is a plugin you can download. Make sure you don't have primary key's in your ''equals()'' and ''hashCode()'' methods (as recommended by Hibernate in Action).%% |
Back to HibernateRelationships,
or to the Page History.
|