|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColQuery | |
---|---|
com.mysema.query.collections | Query implementations for JavaBean collections |
com.mysema.query.collections.impl | Implementations of Querydsl query interfaces for JavaBean collections |
Uses of ColQuery in com.mysema.query.collections |
---|
Methods in com.mysema.query.collections that return ColQuery | ||
---|---|---|
ColQuery |
ColQuery.clone()
Clone this ColQuery instance and return the clone |
|
static
|
MiniApi.from(A alias,
Iterable<A> col)
|
|
static
|
MiniApi.from(Path<A> path,
A... arr)
|
|
|
ColQuery.from(Path<A> entity,
Iterable<? extends A> col)
Add a query source |
|
static
|
MiniApi.from(Path<A> path,
Iterable<A> col)
|
Uses of ColQuery in com.mysema.query.collections.impl |
---|
Classes in com.mysema.query.collections.impl that implement ColQuery | |
---|---|
class |
ColQueryImpl
ColQueryImpl is the default implementation of the ColQuery interface |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |