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

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

Uses of ColQuery in com.mysema.query.collections
 

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

Methods in com.mysema.query.collections that return ColQuery
 ColQuery ColQuery.clone()
          Clone this ColQuery instance and return the clone
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)
           
 



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