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

Packages that use ObjectSubQuery
com.mysema.query.support Various support classes 
com.mysema.query.types.query Subquery implementations 
 

Uses of ObjectSubQuery in com.mysema.query.support
 

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

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

Methods in com.mysema.query.types.query that return ObjectSubQuery
 ObjectSubQuery<Long> Detachable.count()
          Return the count of matched rows as a sub query
 ObjectSubQuery<Object[]> Detachable.unique(Expr<?>[] args)
          Create a projection expression for the given projection
 ObjectSubQuery<Object[]> Detachable.unique(Expr<?> first, Expr<?> second, Expr<?>... rest)
          Create a projection expression for the given projection
<RT> ObjectSubQuery<RT>
Detachable.unique(Expr<RT> projection)
          Create a subquery expression for the given projection
 



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