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

SQL mappings are discovered from the factory mapping registry and from reflected @Entity types, so the connection configuration contributes no additional entity type.

Returns

An empty immutable list.

Example
assert configuration.mappedTypes.size == 0