我需要与以下 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
谢谢