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

Complete immutable entity model captured when this factory was acquired.

Provider registrations, explicit mapping descriptors and reflected @Entity declarations are merged once and ordered deterministically.

Returns

Every entity known to this factory.

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