klyn.data.sql.SQLQuery.SQLQuery
constructor
public SQLQuery(
session as SQLProviderSession,
configuration as SQLConfiguration,
mapping as SQLMappedEntity,
tracker as SQLIdentityTracker,
sql as String,
parameters as SQLParameters,
scope as PolicyScopeState = null
):
Description

Creates a typed raw SQL query bound to one manager session.

Application code normally calls EntityManager.sqlQuery<T>().