Association
No edit summary
No edit summary
Line 10: Line 10:
* [[Derived settable associations]]
* [[Derived settable associations]]
* [[Training:Association classes|Association classes]]
* [[Training:Association classes|Association classes]]
* [[Adding a link object]]
* [[Documentation:Adding a link object|Adding a link object]]
[[Category:Associations]]
[[Category:Associations]]
[[Category:UML]]
[[Category:UML]]
{{Edited|July|12|2024}}
{{Edited|July|12|2024}}

Revision as of 05:36, 14 January 2025

This page was created by Lars.olofsson@mdriven.net on 2022-07-30. Last edited by Stephanie@mdriven.net on 2025-01-22.
Introduction

Also called a link, an association is the connection between classes and therefore between the objects and data tables in the underlying database.

Associations can be ordered. This adds information about in which order objects at the other end of the association should be returned (if not sorted by other means).

See also: