com.mysema.query.hql
Interface HQLQuery

All Superinterfaces:
FilteredClause<HQLQuery>, HQLCommonQuery<HQLQuery>, Projectable, Query<HQLQuery>
All Known Implementing Classes:
HibernateQuery, JPAQuery

public interface HQLQuery
extends HQLCommonQuery<HQLQuery>, Projectable

Query interface for HQL queries

Author:
tiwe

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

Method Detail

fetch

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

Returns:

fetchAll

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

Returns:


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