com.mysema.query.jpa
Interface JPQLQuery

All Superinterfaces:
FilteredClause<JPQLQuery>, JPQLCommonQuery<JPQLQuery>, Projectable, Query<JPQLQuery>, SimpleQuery<JPQLQuery>
All Known Implementing Classes:
HibernateQuery, JPAQuery

public interface JPQLQuery
extends JPQLCommonQuery<JPQLQuery>, Projectable

Query interface for JPQL queries

Author:
tiwe

Method Summary
 JPQLQuery fetch()
          Add the "fetch" flag to the last defined join
 JPQLQuery fetchAll()
          Add the "fetch all properties" flag to the last defined join.
 
Methods inherited from interface com.mysema.query.jpa.JPQLCommonQuery
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, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, with
 
Methods inherited from interface com.mysema.query.Query
groupBy, having
 
Methods inherited from interface com.mysema.query.SimpleQuery
distinct, limit, offset, orderBy, restrict, set
 
Methods inherited from interface com.mysema.query.FilteredClause
where
 
Methods inherited from interface com.mysema.query.Projectable
count, countDistinct, exists, iterate, iterate, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, list, list, listDistinct, listDistinct, listDistinct, listDistinctResults, listResults, map, notExists, singleResult, singleResult, singleResult, transform, uniqueResult, uniqueResult, uniqueResult
 

Method Detail

fetch

JPQLQuery fetch()
Add the "fetch" flag to the last defined join

Returns:

fetchAll

JPQLQuery fetchAll()
Add the "fetch all properties" flag to the last defined join.

Returns:


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.