I have this request working good with queryDSL : Iterable<AO> query_result = new JPAQuery(entityManager).from(ao) .leftJoin( ao.lots , lot ) .
確定! 回上一頁