public interface JPQLQuery extends JPACommonQuery<JPQLQuery>, Projectable
| Modifier and Type | Method and Description | 
|---|---|
| JPQLQuery | fetch()Add the "fetch" flag to the last defined join
 Mind that collection joins might result in duplicate rows and that "inner join fetch"
 will restrict your result set. | 
| JPQLQuery | fetchAll()Add the "fetch all properties" flag to the last defined join. | 
from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, on, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoindistinct, limit, offset, orderBy, restrict, setwherecount, exists, iterate, iterate, list, list, listResults, listResults, map, notExists, singleResult, singleResult, transform, uniqueResult, uniqueResultJPQLQuery fetch()
JPQLQuery fetchAll()
Copyright © 2007–2015 Querydsl. All rights reserved.