klyn.data.sql.internal.SQLMappingCatalog.SQLMappingCatalog
constructor
public SQLMappingCatalog(
mappedTypes as IList<Type>,
mappings as MappingRegistry = MappingRegistry.empty
):
Description

Builds and validates all effective SQL mappings.

Parameters
ParameterDescription
mappedTypesComplete factory entity model.
mappingsExplicit provider mappings.
Throws
  • EntityMappingException when one mapping is invalid or ambiguous.