com.mysema.query.collections
Interface ColQuery

All Superinterfaces:
Projectable, Query<ColQuery>
All Known Implementing Classes:
ColQueryImpl

public interface ColQuery
extends Query<ColQuery>, Projectable

Query interface for Collection queries

Version:
$Id$
Author:
tiwe

Method Summary
<A> ColQuery
from(Path<A> entity, Iterable<? extends A> col)
          Add a query source
 
Methods inherited from interface com.mysema.query.Query
groupBy, having, limit, offset, orderBy, restrict, where
 
Methods inherited from interface com.mysema.query.Projectable
count, countDistinct, iterate, iterate, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, list, list, listDistinct, listDistinct, listDistinct, listDistinctResults, listResults, map, uniqueResult, uniqueResult, uniqueResult
 

Method Detail

from

<A> ColQuery from(Path<A> entity,
                  Iterable<? extends A> col)
Add a query source

Type Parameters:
A -
Parameters:
entity - Path for the source
col - content of the source
Returns:


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