Module toql::join

source · []
Expand description

Join enum to simplify update handling of joins.

Modules

A join struct can contain either the full entity or just its key. This allows to load the full entity. For updates however you are not forced to set a full entity, if you only want to updating a foreign key.

Enums

The Join struct that hold either an entity or its key.