Uses of Interface
org.apache.jdo.jdoql.tree.ExpressionFactory

Packages that use ExpressionFactory
org.apache.jdo.impl.jdoql.tree   
org.apache.jdo.jdoql.tree This package contains the query tree node interfaces, the node visitor interface and the tree walker. 
 

Uses of ExpressionFactory in org.apache.jdo.impl.jdoql.tree
 

Classes in org.apache.jdo.impl.jdoql.tree that implement ExpressionFactory
 class Tree
          This node represents the root of a query tree.
 

Uses of ExpressionFactory in org.apache.jdo.jdoql.tree
 

Subinterfaces of ExpressionFactory in org.apache.jdo.jdoql.tree
 interface QueryTree
          Instances of classes implementing this interface represent the root of a query tree.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.