Condition left join in CriteriaQuery ... SELECT b.name FROM Empl a LEFT OUTER JOIN Deplo b ON (a.id_depl = b.id_depl) AND b.id_place = 2;.
確定! 回上一頁