Skip to main content

Module entity

Module entity 

Source
Expand description

Module: entity

Responsibility: typed entity declaration, placement, value, creation, and singleton contracts. Does not own: accepted schema authority, persisted-row codecs, key byte formats, or generated model reconciliation. Boundary: generated/model proposals and typed values -> database runtime.

Structs§

EntityCreateMaterialization
Materialized authored create payload produced by one generated create input.

Traits§

EntityCreateInput
Create-authored typed input for one entity.
EntityCreateType
Entity-owned association with its generated create-input shape.
EntityDeclaration
Generated declaration facts for an entity type.
EntityKind
Declaration- and placement-bound entity model.
EntityPlacement
Runtime placement of an entity in one store and canister.
EntityValue
A concrete entity value that can present a typed identity at boundaries.
SingletonEntity
Marker for entities whose unit key proves one logical row.