Skip to content

Commit 23e35f6

Browse files
authored
Merge pull request #10040 from NielsKunst/patch-54
Update association-storage.md
2 parents a1f224e + 6944426 commit 23e35f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/refguide10/modeling/domain-model/associations/association-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Association storage options were introduced in Mendix 10.21 to give you more con
1515

1616
Prior to Mendix 10.21, all associations (except the system associations `owner` and `changedby`, where selected) were stored in association tables. This had the advantage that you didn't have to worry about the [multiplicity](/refguide10/association-properties/#multiplicity) or [navigability](/refguide10/association-properties/#navigability) of the associations. You could change things as your domain model evolved.
1717

18-
In Mendix 10.21 you can choose to implement some associations as direct associations. This means that the ID of the **Child** object is stored as a foreign key column of the **Parent** object (for example the "many" side of the association) in the underlying database table, thus removing the need for a association table.
18+
In Mendix 10.21 you can choose to implement some associations as direct associations. This means that the ID of the **Child** object is stored as a foreign key column of the **Parent** object (for example the "many" side of the association) in the underlying database table, thus removing the need for an association table.
1919

20-
XPath and OQL queries work identically for both association tables and direct associations. You do not have to change anything or learn different flavors of these languages to work with them.
20+
XPath and OQL queries work identically for both association tables and direct associations. You do not have to change anything or learn different flavors of these languages to work with them.
2121

2222
## Default Association Storage
2323

0 commit comments

Comments
 (0)