public SQLMapping( mappedEntity as SQLMappedEntity, name as String = "default", defaultMapping as Boolean = true ):
Creates a concrete generic descriptor from a factory-cached mapping.
| Parameter | Description |
|---|---|
mappedEntity | Mapping resolved during factory acquisition. |
name | Logical mapping name. |
defaultMapping | Whether this is the default provider mapping. |