com.mysema.query.hql
Class HQLSubQuery

java.lang.Object
  extended by com.mysema.query.support.QueryBase<Q>
      extended by com.mysema.query.support.DetachableQuery<Q>
          extended by com.mysema.query.hql.AbstractHQLSubQuery<HQLSubQuery>
              extended by com.mysema.query.hql.HQLSubQuery
All Implemented Interfaces:
FilteredClause<HQLSubQuery>, HQLCommonQuery<HQLSubQuery>, Query<HQLSubQuery>, Detachable

public final class HQLSubQuery
extends AbstractHQLSubQuery<HQLSubQuery>
implements HQLCommonQuery<HQLSubQuery>

HQLSubQuery is a subquery class for JPQL

Author:
tiwe

Constructor Summary
HQLSubQuery()
           
HQLSubQuery(QueryMetadata metadata)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.hql.AbstractHQLSubQuery
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, toString, with
 
Methods inherited from class com.mysema.query.support.DetachableQuery
count, exists, list, list, list, notExists, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique
 
Methods inherited from class com.mysema.query.support.QueryBase
groupBy, having, limit, offset, orderBy, restrict, set, where
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

HQLSubQuery

public HQLSubQuery()

HQLSubQuery

public HQLSubQuery(QueryMetadata metadata)


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