klyn.data.EntityManagerFactory.mappedTypes
property
public readonly property mappedTypes as IList<Type>:
Description

Complete immutable entity model captured when this factory was acquired.

The entity list supplied to the constructor is copied once and ordered deterministically. Linked but undeclared entities remain outside this factory and cannot affect its schema.

Returns

Every entity known to this factory.

Example
try factory = EntityManagerFactory(configuration, entities=[User]):
assert factory.mappedTypes[0] == User.type