getCriteriaBuilder(); CriteriaQuery<String> cq = cb.createQuery(String.class); Root<Empl> a = cq.from(Empl.class); Join<Empl,Deplo> b ...
確定! 回上一頁