| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ColQuery
Query interface for Collection queries
| Method Summary | ||
|---|---|---|
 ColQuery | 
clone()
Clone this ColQuery instance and return the clone  | 
|
 | 
from(Path<A> entity,
     Iterable<? extends A> col)
Add a query source  | 
|
 | 
innerJoin(CollectionExpression<?,P> collectionPath,
          Path<P> alias)
Define an inner join from the Collection typed path to the alias  | 
|
 | 
innerJoin(MapExpression<?,P> mapPath,
          Path<P> alias)
Define an inner join from the Map typed path to the alias  | 
|
| Methods inherited from interface com.mysema.query.SimpleQuery | 
|---|
distinct, limit, offset, orderBy, restrict, set | 
| Methods inherited from interface com.mysema.query.FilteredClause | 
|---|
where | 
| Methods inherited from interface com.mysema.query.Projectable | 
|---|
count, countDistinct, exists, iterate, iterate, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, list, list, listDistinct, listDistinct, listDistinct, listDistinctResults, listResults, map, notExists, uniqueResult, uniqueResult, uniqueResult | 
| Method Detail | 
|---|
ColQuery clone()
<A> ColQuery from(Path<A> entity,
                  Iterable<? extends A> col)
A - entity - Path for the sourcecol - content of the source
<P> ColQuery innerJoin(CollectionExpression<?,P> collectionPath,
                       Path<P> alias)
P - collectionPath - alias - 
<P> ColQuery innerJoin(MapExpression<?,P> mapPath,
                       Path<P> alias)
P - mapPath - alias - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||