public readonly property mappedTypes as IList<Type>:
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.
Every entity known to this factory.
try factory = EntityManagerFactory(configuration, entities=[User]): assert factory.mappedTypes[0] == User.type