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, rightJoin
distinct, limit, offset, orderBy, restrict, set
where
count, exists, iterate, iterate, list, list, listResults, listResults, map, notExists, singleResult, singleResult, transform, uniqueResult, uniqueResult
JPQLQuery fetch()
JPQLQuery fetchAll()
Copyright © 2007–2015 Mysema Ltd. All rights reserved.