public interface SQLMappingRegistration extends MappingRegistration:
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.
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | mappedEntitymappedEntity as SQLMappedEntity |
Effective immutable SQL entity mapping. |