klyn.data.EntityManager.trackSQL
method
public trackSQL(entity as Object, mapping as SQLMappedEntity) as Object:
Description

Resolves a materialized SQL entity through this manager's identity map.

Parameters
ParameterDescription
entityNewly materialized entity.
mappingEffective immutable SQL mapping.
Returns

Existing managed instance or the newly registered one.