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
<RT> AbstractSQLQuery.UnionBuilder<RT>
AbstractSQLQuery.unionAll(ListSubQuery<RT>... sq)
           
<RT> Union<RT>
SQLQuery.unionAll(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(Expression<?>[] args)
           
 ListSubQuery<Object[]> DetachableAdapter.list(Expression<?>[] args)
           
 ListSubQuery<Object[]> DetachableMixin.list(Expression<?>[] args)
           
 ListSubQuery<Object[]> DetachableQuery.list(Expression<?> first, Expression<?> second, Expression<?>... rest)
           
 ListSubQuery<Object[]> DetachableAdapter.list(Expression<?> first, Expression<?> second, Expression<?>... rest)
           
 ListSubQuery<Object[]> DetachableMixin.list(Expression<?> first, Expression<?> second, Expression<?>... rest)
           
<RT> ListSubQuery<RT>
DetachableQuery.list(Expression<RT> projection)
           
<RT> ListSubQuery<RT>
DetachableAdapter.list(Expression<RT> projection)
           
<RT> ListSubQuery<RT>
DetachableMixin.list(Expression<RT> projection)
           
 ListSubQuery<Object[]> DetachableQuery.list(Object... args)
           
 ListSubQuery<Object[]> DetachableAdapter.list(Object... args)
           
 ListSubQuery<Object[]> DetachableMixin.list(Object... args)
           
 

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

Methods in com.mysema.query.types.query that return ListSubQuery
 ListSubQuery<Object[]> Detachable.list(Expression<?>[] args)
          Create a projection expression for the given projection
 ListSubQuery<Object[]> Detachable.list(Expression<?> first, Expression<?> second, Expression<?>... rest)
          Create a projection expression for the given projection
<RT> ListSubQuery<RT>
Detachable.list(Expression<RT> projection)
          Create a projection expression for the given projection
 ListSubQuery<Object[]> Detachable.list(Object... args)
          Create a projection expression for the given projection Non expression arguments are converted into constant expressions
 



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