Uses of Interface
com.mysema.query.collections.ColQuery

Packages that use ColQuery
com.mysema.query.collections Query implementations for JavaBean collections 
com.mysema.query.collections.impl Implementations of Querydsl query interfaces for JavaBean collections 
 

Uses of ColQuery in com.mysema.query.collections
 

Methods in com.mysema.query.collections that return ColQuery
static
<A> ColQuery
MiniApi.from(A alias, Iterable<A> col)
           
static
<A> ColQuery
MiniApi.from(Path<A> path, A... arr)
           
<A> ColQuery
ColQuery.from(Path<A> entity, Iterable<? extends A> col)
          Add a query source
static
<A> ColQuery
MiniApi.from(Path<A> path, Iterable<A> col)
           
 

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

Classes in com.mysema.query.collections.impl that implement ColQuery
 class ColQueryImpl
          ColQueryImpl is the default implementation of the ColQuery interface
 



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