Uses of Interface
com.mysema.query.types.query.SubQuery

Packages that use SubQuery
com.mysema.query.collections.impl Implementations of Querydsl query interfaces for JavaBean collections 
com.mysema.query.hql Query implementations for HQL and JPAQL 
com.mysema.query.jdoql JDOQL support for Querydsl 
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.types Contains Querydsl grammar types 
com.mysema.query.types.query Subquery implementations 
 

Uses of SubQuery in com.mysema.query.collections.impl
 

Methods in com.mysema.query.collections.impl with parameters of type SubQuery
 void ColQuerySerializer.visit(SubQuery expr)
           
 

Uses of SubQuery in com.mysema.query.hql
 

Methods in com.mysema.query.hql with parameters of type SubQuery
 void HQLSerializer.visit(SubQuery query)
           
 

Uses of SubQuery in com.mysema.query.jdoql
 

Methods in com.mysema.query.jdoql with parameters of type SubQuery
 void JDOQLSerializer.visit(SubQuery query)
           
 

Uses of SubQuery in com.mysema.query.sql
 

Methods in com.mysema.query.sql with parameters of type SubQuery
 void SQLSerializer.serializeUnion(SubQuery[] sqs, List<OrderSpecifier<?>> orderBy)
           
 void SQLSerializer.visit(SubQuery query)
           
 

Uses of SubQuery in com.mysema.query.types
 

Methods in com.mysema.query.types with parameters of type SubQuery
 void Visitor.visit(SubQuery query)
           
 void ToStringVisitor.visit(SubQuery expr)
           
 

Uses of SubQuery in com.mysema.query.types.query
 

Classes in com.mysema.query.types.query that implement SubQuery
 class ListSubQuery<A>
          List result subquery
 class ObjectSubQuery<A>
          Single result subquery
 



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