type_bridge.crud.strategies¶
strategies
¶
Strategies for handling different TypeDB model types in the unified manager.
ModelStrategy
¶
EntityStrategy
¶
Bases: ModelStrategy['Entity']
Strategy for handling Entity models.
identify
¶
Generate identification constraints for an entity.
Delegates to the entity's _build_identification_constraints() method to avoid duplicating the IID/key attribute logic.