com.solarmetric.kodo.query
Class QueryImpl.AggregateQueryExecutor
java.lang.Object
|
+--com.solarmetric.kodo.query.QueryImpl.AggregateQueryExecutor
- All Implemented Interfaces:
- QueryImpl.QueryExecutor
- Enclosing class:
- QueryImpl
- class QueryImpl.AggregateQueryExecutor
- extends Object
- implements QueryImpl.QueryExecutor
An AggregateQueryExecutor executes multiple Queries and returns
a MergedResultList with the appropriate ordering (if more than
one query needs to be executed).
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryImpl.AggregateQueryExecutor
public QueryImpl.AggregateQueryExecutor(QueryImpl.QueryExecutor[] executors)
executeQuery
public ResultList executeQuery(Map params)
- Specified by:
executeQuery in interface QueryImpl.QueryExecutor
getAccessPathClasses
public Set getAccessPathClasses()
- Description copied from interface:
QueryImpl.QueryExecutor
- Return a set of
Class objects that are involved in
this query. This includes the candidate class.
- Specified by:
getAccessPathClasses in interface QueryImpl.QueryExecutor
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.