【发布时间】:2011-01-09 21:10:42
【问题描述】:
我在 jboss 的文档中找到了这个例子。
select new Family(mother, mate, offspr)
from DomesticCat as mother
join mother.mate as mate
left join mother.kittens as offspr
Family 类从何而来。我需要在某处导入,还是使用其完全限定的类名?
【问题讨论】:
标签: java database hibernate orm hql