Join <Employee, Job> join = root.join(Employee_.job, JoinType.LEFT); predicates.add(criteriaBuilder.equal(join.get(Job_.name), name)); } ...
確定! 回上一頁