Class JDOQueryComponent
- java.lang.Object
-
- net.ontopia.topicmaps.query.impl.rdbms.JDOQueryComponent
-
- All Implemented Interfaces:
QueryComponentIF
public class JDOQueryComponent extends Object implements QueryComponentIF
INTERNAL: Query component that executes JDO queries and wraps the resulting QueryResultIF in a QueryMatches instance..
-
-
Constructor Summary
Constructors Constructor Description JDOQueryComponent(QueryIF jdoquery, String[] colnames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryMatchessatisfy(QueryMatches matches, Map arguments)INTERNAL: Processes the specified QueryMatches instance and produces a new QueryMatches instance based on information in the input instance.StringtoString()
-
-
-
Method Detail
-
satisfy
public QueryMatches satisfy(QueryMatches matches, Map arguments) throws InvalidQueryException
Description copied from interface:QueryComponentIFINTERNAL: Processes the specified QueryMatches instance and produces a new QueryMatches instance based on information in the input instance.- Specified by:
satisfyin interfaceQueryComponentIF- Throws:
InvalidQueryException
-
-