SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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).


Constructor Summary
QueryImpl.AggregateQueryExecutor(QueryImpl.QueryExecutor[] executors)
           
 
Method Summary
 ResultList executeQuery(Map params)
           
 Set getAccessPathClasses()
          Return a set of Class objects that are involved in this query.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryImpl.AggregateQueryExecutor

public QueryImpl.AggregateQueryExecutor(QueryImpl.QueryExecutor[] executors)
Method Detail

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

SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.