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,
java.lang.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,
java.lang.Iterable<A> col)
Create a new query
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.