Uses of Class
com.mysema.query.types.query.ListSubQuery

Packages that use ListSubQuery
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.support Various support classes 
com.mysema.query.types.query Subquery implementations 
 

Uses of ListSubQuery in com.mysema.query.sql
 

Methods in com.mysema.query.sql with parameters of type ListSubQuery
<RT> AbstractSQLQuery.UnionBuilder<RT>
AbstractSQLQuery.union(ListSubQuery<RT>... sq)
           
<RT> Union<RT>
SQLQuery.union(ListSubQuery<RT>... sq)
          Creates an union expression for the given subqueries
 

Uses of ListSubQuery in com.mysema.query.support
 

Methods in com.mysema.query.support that return ListSubQuery
 ListSubQuery<Object[]> DetachableQuery.list(Expr<?>[] args)
           
 ListSubQuery<Object[]> DetachableAdapter.list(Expr<?>[] args)
           
 ListSubQuery<Object[]> DetachableMixin.list(Expr<?>[] args)
           
 ListSubQuery<Object[]> DetachableQuery.list(Expr<?> first, Expr<?> second, Expr<?>... rest)
           
 ListSubQuery<Object[]> DetachableAdapter.list(Expr<?> first, Expr<?> second, Expr<?>... rest)
           
 ListSubQuery<Object[]> DetachableMixin.list(Expr<?> first, Expr<?> second, Expr<?>... rest)
           
<RT> ListSubQuery<RT>
DetachableQuery.list(Expr<RT> projection)
           
<RT> ListSubQuery<RT>
DetachableAdapter.list(Expr<RT> projection)
           
<RT> ListSubQuery<RT>
DetachableMixin.list(Expr<RT> projection)
           
 

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

Methods in com.mysema.query.types.query that return ListSubQuery
 ListSubQuery<Object[]> Detachable.list(Expr<?>[] args)
           
 ListSubQuery<Object[]> Detachable.list(Expr<?> first, Expr<?> second, Expr<?>... rest)
          Create a projection expression for the given projection
<RT> ListSubQuery<RT>
Detachable.list(Expr<RT> projection)
          Create a projection expression for the given projection
 



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