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:
Detachable

public final class HQLSubQuery
extends AbstractHQLSubQuery<HQLSubQuery>

HQLSubQuery is a subquery builder class for HQL/JPAQL

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, where
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HQLSubQuery

public HQLSubQuery()

HQLSubQuery

public HQLSubQuery(QueryMetadata metadata)


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