com.mysema.query.collections.impl
Class ColQueryImpl

java.lang.Object
  extended by com.mysema.query.QueryBase<SubType>
      extended by com.mysema.query.support.ProjectableQuery<SubType>
          extended by com.mysema.query.collections.impl.AbstractColQuery<ColQueryImpl>
              extended by com.mysema.query.collections.impl.ColQueryImpl
All Implemented Interfaces:
ColQuery, Projectable, Query<ColQuery>

public class ColQueryImpl
extends AbstractColQuery<ColQueryImpl>
implements ColQuery

ColQueryImpl is the default implementation of the ColQuery interface

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.QueryBase
queryMixin
 
Constructor Summary
ColQueryImpl(EvaluatorFactory evaluatorFactory)
           
ColQueryImpl(QueryMetadata metadata, EvaluatorFactory evaluatorFactory)
           
 
Method Summary
 QueryMetadata getMetadata()
           
 
Methods inherited from class com.mysema.query.collections.impl.AbstractColQuery
count, from, handleFromWhereMultiSource, handleFromWhereSingleSource, handleOrderBy, handleSelect, iterate, iterate, listResults
 
Methods inherited from class com.mysema.query.support.ProjectableQuery
countDistinct, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, list, list, listDistinct, listDistinct, listDistinct, listDistinctResults, map, uniqueResult, uniqueResult, uniqueResult
 
Methods inherited from class com.mysema.query.QueryBase
groupBy, having, limit, offset, orderBy, restrict, toString, where
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.mysema.query.collections.ColQuery
from
 
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
 

Constructor Detail

ColQueryImpl

public ColQueryImpl(EvaluatorFactory evaluatorFactory)

ColQueryImpl

public ColQueryImpl(QueryMetadata metadata,
                    EvaluatorFactory evaluatorFactory)
Method Detail

getMetadata

public QueryMetadata getMetadata()


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.