public class CollQuery extends AbstractCollQuery<CollQuery> implements Cloneable
SimpleQuery interface for collectionsMDC_PARAMETERS, MDC_QUERY, queryMixin| Constructor and Description | 
|---|
| CollQuery()Create a new CollQuery instance | 
| CollQuery(CollQueryTemplates templates)Creates a new CollQuery instance | 
| CollQuery(QueryEngine queryEngine)Create a new CollQuery instance | 
| CollQuery(QueryMetadata metadata)Create a new CollQuery instance | 
| CollQuery(QueryMetadata metadata,
         QueryEngine queryEngine)Create a new CollQuery instance | 
| Modifier and Type | Method and Description | 
|---|---|
| CollQuery | clone()Clone the state of this query to a new CollQuery instance | 
| QueryMetadata | getMetadata() | 
bind, count, exists, from, getQueryEngine, groupBy, groupBy, having, having, innerJoin, innerJoin, iterate, iterate, leftJoin, leftJoin, list, list, listResults, listResults, uniqueResult, uniqueResultmap, notExists, singleResult, singleResult, transform, uniqueResultdistinct, equals, hashCode, limit, offset, orderBy, orderBy, restrict, set, toString, where, wherefinalize, getClass, notify, notifyAll, wait, wait, waitdistinct, limit, offset, orderBy, restrict, setwherepublic CollQuery()
public CollQuery(CollQueryTemplates templates)
templates - public CollQuery(QueryEngine queryEngine)
queryEngine - public CollQuery(QueryMetadata metadata)
metadata - public CollQuery(QueryMetadata metadata, QueryEngine queryEngine)
metadata - queryEngine - public CollQuery clone()
public QueryMetadata getMetadata()
getMetadata in class AbstractCollQuery<CollQuery>Copyright © 2007–2015 Querydsl. All rights reserved.