public completeSQLMaterialization(fetchPaths as IList<String>) as Void:
Completes eager loading and the explicit fetch graph for one SQL result.
Root rows are captured independently from entities materialized while loading relationships. This prevents a nested target from accidentally receiving a fetch path declared against the query root type.