com.mysema.query.jpa
Class JPQLSubQuery

java.lang.Object
  extended by com.mysema.query.support.QueryBase<Q>
      extended by com.mysema.query.support.DetachableQuery<Q>
          extended by com.mysema.query.jpa.AbstractJPQLSubQuery<JPQLSubQuery>
              extended by com.mysema.query.jpa.JPQLSubQuery
All Implemented Interfaces:
FilteredClause<JPQLSubQuery>, JPQLCommonQuery<JPQLSubQuery>, Query<JPQLSubQuery>, Detachable

public final class JPQLSubQuery
extends AbstractJPQLSubQuery<JPQLSubQuery>
implements JPQLCommonQuery<JPQLSubQuery>

JPQLSubQuery is a subquery class for JPQL

Author:
tiwe

Constructor Summary
JPQLSubQuery()
           
JPQLSubQuery(QueryMetadata metadata)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.jpa.AbstractJPQLSubQuery
count, 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
exists, list, list, list, list, notExists, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique
 
Methods inherited from class com.mysema.query.support.QueryBase
distinct, 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.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, with
 
Methods inherited from interface com.mysema.query.Query
distinct, groupBy, having, limit, offset, orderBy, restrict, set
 
Methods inherited from interface com.mysema.query.FilteredClause
where
 

Constructor Detail

JPQLSubQuery

public JPQLSubQuery()

JPQLSubQuery

public JPQLSubQuery(QueryMetadata metadata)


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