Expand description

Identity trait.

The identity trait is used to update foreign keys. The trait is used by the TreeIdentity trait and implemented for all Toql derived entities. Key columns in Toql entities are automatically identity columns. Other columns may be marked in addition to ensure proper key refreshing when doing inserts.

Traits

Trait to provide the entity type for a key. This is only used for ergonomics of the api.