Comment 5 for bug 500163

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

> There is more neat solution - to change public fields to methods, so link1 will be not a field, but a methods, which creates a new Q-object with initialized direct paths.

Ok, maybe the method based path initialization could be offered as an alternative to QueryInit style initialization, and it could be activated via some configuration parameter.

I will implement it next week.

> BTW, is there any explanation why sub-queries don't support joins?

I didn't find any HQL examples with subqueries using joins. Are those supported in HQL?