Association
(Created page with "Also called a link, is the connection between to classes, and therefore between the objects and data tables in the underlying database. Associations can be made Ordered, whic...") |
No edit summary |
||
Line 1: | Line 1: | ||
====== Introduction ====== | |||
Also called a link, is the connection between to classes, and therefore between the objects and data tables in the underlying database. | Also called a link, is the connection between to classes, and therefore between the objects and data tables in the underlying database. | ||
Associations can be made Ordered, which adds information about in which order objects in the other end of the association should be returned (if not sorted by other means). | Associations can be made Ordered, which adds information about in which order objects in the other end of the association should be returned (if not sorted by other means). | ||
====== See also ====== | |||
[[OCLOperators add|add]] | |||
[[Derived attributes & associations]] | |||
[[Derived settable associations]] | |||
[[Association classes]] | |||
[[Adding a link object]] |
Revision as of 10:48, 30 July 2022
This page was created by Lars.olofsson on 2022-07-30. Last edited by Stephanie on 2025-01-22.
Introduction
Also called a link, is the connection between to classes, and therefore between the objects and data tables in the underlying database.
Associations can be made Ordered, which adds information about in which order objects in the other end of the association should be returned (if not sorted by other means).