Association
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Also called a link, an '''association''' is the connection between [[Documentation:Class|classes]] and therefore between the [[Documentation:Objects|objects]] and data tables in the underlying database. | Also called a link, an '''association''' is the connection between [[Documentation:Class|classes]] and therefore between the [[Documentation:Objects|objects]] and data tables in the underlying database. | ||
Associations can be ordered | 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: ====== | ====== See also: ====== |
Revision as of 05:49, 16 July 2024
This page was created by Lars.olofsson on 2022-07-30. Last edited by Stephanie 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).