public trackSQL(entity as Object, mapping as SQLMappedEntity) as Object:
Resolves a materialized SQL entity through this manager's identity map.
| Parameter | Description |
|---|---|
entity | Newly materialized entity. |
mapping | Effective immutable SQL mapping. |
Existing managed instance or the newly registered one.