com.solarmetric.kodo.query
Interface QueryImpl.QueryExecutor
- All Known Subinterfaces:
- QueryImpl.ParsedExpression
- All Known Implementing Classes:
- QueryImpl.AggregateQueryExecutor
- Enclosing class:
- QueryImpl
- static interface QueryImpl.QueryExecutor
A QueryExecutor provides a uniform interface to the
mechanism for executing either a in-memory or datasource
Query.
executeQuery
public ResultList executeQuery(Map params)
getAccessPathClasses
public Set getAccessPathClasses()
- Return a set of
Class objects that are involved in
this query. This includes the candidate class.
- Since:
- 2.5
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.