SQLMappingRegistration
interfacein packageklyn.data.sql.internal
public interface SQLMappingRegistration extends MappingRegistration:
└ SQLMappingRegistration

Type-erased SQL mapping boundary used by the factory mapping catalog.

Generic repositories retain their concrete SQLMapping<T, TId> type. This interface only lets factory initialization reuse the exact same immutable physical mapping for schema and repository services.

Properties
Modifier and Type Member Description
public readonly property mappedEntity
mappedEntity as SQLMappedEntity
Effective immutable SQL entity mapping.
Inherited Properties
propertyInherited Properties from MappingRegistration: defaultMapping, entityType, identityType, mappingHash, name, providerName