com.solarmetric.kodo.query
Class QueryImpl.InMemoryQueryExecutor
java.lang.Object
|
+--com.solarmetric.kodo.query.QueryImpl.InMemoryQueryExecutor
- All Implemented Interfaces:
- QueryImpl.ParsedExpression, QueryImpl.QueryExecutor
- Enclosing class:
- QueryImpl
- class QueryImpl.InMemoryQueryExecutor
- extends Object
- implements QueryImpl.ParsedExpression
The InMemoryQueryExecutor evaluates an InMemoryExpression
against either a candidate collection or an Extent.
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryImpl.InMemoryQueryExecutor
public QueryImpl.InMemoryQueryExecutor(Class candidate)
getExpressionFactory
public com.solarmetric.kodo.query.ExpressionFactory getExpressionFactory()
- Specified by:
getExpressionFactory in interface QueryImpl.ParsedExpression
getExpression
public com.solarmetric.kodo.query.Expression getExpression()
- Specified by:
getExpression in interface QueryImpl.ParsedExpression
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
executeQuery
public ResultList executeQuery(Map params)
- Specified by:
executeQuery in interface QueryImpl.QueryExecutor
Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.