SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Package com.solarmetric.rd.kodo.query

JDO Abstract Query Framework

See:
          Description

Interface Summary
Expression Marker interface for a set of conditions that must be met for the query to be true.
ExpressionFactory The ExpressionFactory must be implemented by a particular runtime to form Expressions in its native query language.
FilterListener A filter listener extends JDOQL filters with custom functionality.
Path A path represents a traversal into fields of a candidate object.
Value Marker interface for any non-operator in a query filter, including constants, variables, and object fields.
 

Class Summary
InMemoryExpressionFactory Expression factory implementation that can be used to execute queries in memory.
JDOQLTool  
QueryImpl Abstract implementation of the Query interface.
 

Package com.solarmetric.rd.kodo.query Description

JDO Abstract Query Framework

Abstract Query framework that can be extended for use in a particular runtime and native query format.

The query framework conforms to the JDO 1.0 specification.


SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

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