Uses of Interface
com.mysema.query.types.expr.ECollection

Packages that use ECollection
com.mysema.query.hql Query implementations for HQL and JPAQL 
com.mysema.query.types Contains Querydsl grammar types 
com.mysema.query.types.expr Operations represent typed operations with operator and arguments 
com.mysema.query.types.path Paths represent typed property paths, variables and list-map-array access 
com.mysema.query.types.query Subquery implementations 
 

Uses of ECollection in com.mysema.query.hql
 

Methods in com.mysema.query.hql with parameters of type ECollection
static
<D> Expr<D>
HQLGrammar.all(ECollection<?,D> col)
           
static
<D> Expr<D>
HQLGrammar.any(ECollection<?,D> col)
           
static
<A extends Comparable<? super A>>
EComparable<A>
HQLGrammar.avg(ECollection<?,A> col)
           
static
<A extends Comparable<? super A>>
EComparable<A>
HQLGrammar.max(ECollection<?,A> left)
           
static
<A extends Comparable<? super A>>
EComparable<A>
HQLGrammar.min(ECollection<?,A> left)
           
static
<D> Expr<D>
HQLGrammar.some(ECollection<?,D> col)
           
 

Uses of ECollection in com.mysema.query.types
 

Methods in com.mysema.query.types with parameters of type ECollection
abstract  EBoolean Expr.in(ECollection<?,? extends D> right)
          Get a this in right expression
 EBoolean Expr.notIn(ECollection<?,? extends D> right)
          Get a this not in right expression
 

Uses of ECollection in com.mysema.query.types.expr
 

Subinterfaces of ECollection in com.mysema.query.types.expr
 interface EList<E>
          EList represents java.util.List typed expressions
 

Classes in com.mysema.query.types.expr that implement ECollection
 class ECollectionBase<C extends Collection<E>,E>
          ECollectionBase is an abstract base class for ECollection implementations
 

Methods in com.mysema.query.types.expr with parameters of type ECollection
 EBoolean ESimple.in(ECollection<?,? extends D> right)
           
 

Uses of ECollection in com.mysema.query.types.path
 

Classes in com.mysema.query.types.path that implement ECollection
 class PCollection<E>
          PCollection represents collection paths
 class PList<E,Q extends Expr<E>>
          PList represents list paths
 class PSet<E>
          PSet represents set paths
 

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

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



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