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§
- Entity
Create Materialization - Materialized authored create payload produced by one generated create input.
Traits§
- Entity
Create Input - Create-authored typed input for one entity.
- Entity
Create Type - Entity-owned association with its generated create-input shape.
- Entity
Declaration - Generated declaration facts for an entity type.
- Entity
Kind - Declaration- and placement-bound entity model.
- Entity
Placement - Runtime placement of an entity in one store and canister.
- Entity
Value - A concrete entity value that can present a typed identity at boundaries.
- Singleton
Entity - Marker for entities whose unit key proves one logical row.