这里连表生成的sql语句中b.xxx这个条件是在where后面的,怎么加到 left join ... on ( 这里 )
------最佳解决方案-------------------- 直接where ,,,还有and 啊。。
from ProjectBD p left join p.bidCompany b where xmguid=? and b.xxxxx=? order by subtime 不行吗? ------其他解决方案-------------------- 用着中动态的查询的话,是不能多表关联的!建议用hql吧! ------其他解决方案-------------------- 顶上去啊,没人回答?没人知道? ------其他解决方案-------------------- 该回复于2012-12-04 16:35:02被管理员删除 ------其他解决方案--------------------
用hql怎么写条件呢
from ProjectBD p left join p.bidCompany b where xmguid=? order by subtime
这个b.xxx这个条件怎么加上去?(加到on后面而不是where后面) ------其他解决方案--------------------