QueryDsl Projections 을 사용해서 1:N 관계의 List 를 추출하는 코드를 작성 ... innerJoin(child) .on(parent.id.eq(child.parent.id)) .transform( ...
確定! 回上一頁