Factory that produces a token-/config-aware QueryBuilder with fully inferred generics.
Automatic inference:
CF (values-first config literal) is captured by EntityManager via createEntityManager(config as const)
and threaded through EntityClient<C, CF>. ITS derives as IndexTokensOf.
Without a values-first literal (CF=unknown), ITS defaults to string.
Factory that produces a token-/config-aware QueryBuilder with fully inferred generics.
Automatic inference:
No generics are required at the call site.