com.mysema.query.jpa.impl
Class JPASubQuery

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<JPASubQuery>
              extended by com.mysema.query.jpa.impl.JPASubQuery
All Implemented Interfaces:
FilteredClause<JPASubQuery>, JPQLCommonQuery<JPASubQuery>, Query<JPASubQuery>, Detachable

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

JPASubQuery is a subquery class for JPA

Author:
tiwe

Constructor Summary
JPASubQuery()
           
JPASubQuery(QueryMetadata metadata)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.jpa.AbstractJPQLSubQuery
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.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
groupBy, having, limit, offset, orderBy, restrict, set
 
Methods inherited from interface com.mysema.query.FilteredClause
where
 

Constructor Detail

JPASubQuery

public JPASubQuery()

JPASubQuery

public JPASubQuery(QueryMetadata metadata)


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