diff --git a/documentation/src/main/docbook/manual/en-US/content/tutorial.xml b/documentation/src/main/docbook/manual/en-US/content/tutorial.xml index 95bec97968..4dd5984f24 100644 --- a/documentation/src/main/docbook/manual/en-US/content/tutorial.xml +++ b/documentation/src/main/docbook/manual/en-US/content/tutorial.xml @@ -906,7 +906,7 @@ public class Person { -
+
A unidirectional Set-based association @@ -967,7 +967,7 @@ public class Person { association, or n:m entity relationship, an association table is required. Each row in this table represents a link between a person and an event. The table name is - decalred using the table attribute of the + declared using the table attribute of the set element. The identifier column name in the association, for the person side, is defined with the key element, the column name for the event's