File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
documentation/src/main/docbook/manual/en-US/content Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -906,7 +906,7 @@ public class Person {
906
906
907
907
</section >
908
908
909
- <section xml : id =" tutorial-associations-unidirset" revision =" 3 " >
909
+ <section xml : id =" tutorial-associations-unidirset" revision =" 4 " >
910
910
<title >A unidirectional Set-based association</title >
911
911
912
912
<para >
@@ -967,7 +967,7 @@ public class Person {
967
967
association, or <emphasis >n:m</emphasis > entity relationship, an
968
968
association table is required. Each row in this table represents
969
969
a link between a person and an event. The table name is
970
- decalred using the <literal >table</literal > attribute of the
970
+ declared using the <literal >table</literal > attribute of the
971
971
<literal >set</literal > element. The identifier column name in
972
972
the association, for the person side, is defined with the
973
973
<literal >key</literal > element, the column name for the event's
You can’t perform that action at this time.
0 commit comments