|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.support.QueryBase<Q>
com.mysema.query.support.ProjectableQuery<Q>
com.mysema.query.collections.AbstractColQuery<ColQueryImpl>
com.mysema.query.collections.ColQueryImpl
public class ColQueryImpl
ColQueryImpl is the default implementation of the ColQuery interface
Field Summary |
---|
Fields inherited from class com.mysema.query.support.QueryBase |
---|
queryMixin |
Constructor Summary | |
---|---|
ColQueryImpl()
Create a new ColQueryImpl instance |
|
ColQueryImpl(QueryEngine queryEngine)
Create a new ColQueryImpl instance |
|
ColQueryImpl(QueryMetadata metadata,
QueryEngine queryEngine)
Create a new ColQueryImpl instance |
Method Summary | |
---|---|
ColQueryImpl |
clone()
Clone the state of this query to a new ColQueryImpl instance |
QueryMetadata |
getMetadata()
|
Methods inherited from class com.mysema.query.collections.AbstractColQuery |
---|
count, from, getQueryEngine, innerJoin, innerJoin, iterate, iterate, list, list, listResults |
Methods inherited from class com.mysema.query.support.ProjectableQuery |
---|
countDistinct, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, listDistinct, listDistinct, listDistinct, listDistinctResults, map, uniqueResult, uniqueResult, uniqueResult |
Methods inherited from class com.mysema.query.support.QueryBase |
---|
groupBy, having, limit, offset, orderBy, restrict, set, toString, where |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.mysema.query.collections.ColQuery |
---|
from, innerJoin, innerJoin |
Methods inherited from interface com.mysema.query.SimpleQuery |
---|
limit, offset, orderBy, restrict, set, 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 |
Constructor Detail |
---|
public ColQueryImpl()
public ColQueryImpl(QueryEngine queryEngine)
evaluatorFactory
- public ColQueryImpl(QueryMetadata metadata, QueryEngine queryEngine)
metadata
- evaluatorFactory
- Method Detail |
---|
public ColQueryImpl clone()
clone
in interface ColQuery
clone
in class java.lang.Object
public QueryMetadata getMetadata()
getMetadata
in class AbstractColQuery<ColQueryImpl>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |