|
||||||||||
| 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 |
|
| Methods inherited from interface com.mysema.query.Query |
|---|
groupBy, having, limit, offset, orderBy, restrict, where |
| Methods inherited from interface com.mysema.query.Projectable |
|---|
count, countDistinct, iterate, iterate, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, list, list, listDistinct, listDistinct, listDistinct, listDistinctResults, listResults, map, 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||