|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColQuery | |
---|---|
com.mysema.query.collections | Implementations of Querydsl query interfaces for JavaBean collections |
Uses of ColQuery in com.mysema.query.collections |
---|
Classes in com.mysema.query.collections that implement ColQuery | |
---|---|
class |
ColQueryImpl
ColQueryImpl is the default implementation of the ColQuery interface |
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)
|
|
|
ColQuery.innerJoin(CollectionExpression<?,P> collectionPath,
Path<P> alias)
Define an inner join from the Collection typed path to the alias |
|
|
ColQuery.innerJoin(MapExpression<?,P> mapPath,
Path<P> alias)
Define an inner join from the Map typed path to the alias |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |