次のHQLと同等のDetachedCriteriaが必要です。
select obj
from Objects obj, Text text
where obj.TextId = text.TextId and <Some_Other_Condition>
order by text.Value
ありがとう
次のHQLと同等のDetachedCriteriaが必要です。
select obj
from Objects obj, Text text
where obj.TextId = text.TextId and <Some_Other_Condition>
order by text.Value
ありがとう