public SQLQuery( session as SQLProviderSession, configuration as SQLConfiguration, mapping as SQLMappedEntity, tracker as SQLIdentityTracker, sql as String, parameters as SQLParameters, scope as PolicyScopeState = null ):
Creates a typed raw SQL query bound to one manager session.
Application code normally calls EntityManager.sqlQuery<T>().