| Package | Description | 
|---|---|
| com.mysema.query.collections | Implementations of Querydsl query interfaces for JavaBean collections | 
| Modifier and Type | Method and Description | 
|---|---|
| CollQuery | CollQuery. clone()Clone the state of this query to a new CollQuery instance | 
| static <A> CollQuery | CollQueryFactory. from(A alias,
    Iterable<A> col)Create a new query | 
| static <A> CollQuery | CollQueryFactory. from(Path<A> path,
    A... arr)Create a new query | 
| static <A> CollQuery | CollQueryFactory. from(Path<A> path,
    Iterable<A> col)Create a new query | 
Copyright © 2007–2015 Querydsl. All rights reserved.