Class JDOQueryComponent
java.lang.Object
net.ontopia.topicmaps.query.impl.rdbms.JDOQueryComponent
- All Implemented Interfaces:
QueryComponentIF
INTERNAL: Query component that executes JDO queries and wraps the
resulting QueryResultIF in a QueryMatches instance..
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsatisfy(QueryMatches matches, Map arguments) INTERNAL: Processes the specified QueryMatches instance and produces a new QueryMatches instance based on information in the input instance.toString()
-
Field Details
-
jdoquery
-
colnames
-
-
Constructor Details
-
JDOQueryComponent
-
-
Method Details
-
satisfy
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
-
toString
-