Uses of Class
org.modeshape.graph.query.plan.JoinAlgorithm

Packages that use JoinAlgorithm
org.modeshape.graph.query.plan This package defines the Planner interface, the CanonicalPlanner implementation, and the PlanNode class that is used to represent a canonical query plan. 
 

Uses of JoinAlgorithm in org.modeshape.graph.query.plan
 

Methods in org.modeshape.graph.query.plan that return JoinAlgorithm
static JoinAlgorithm JoinAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoinAlgorithm[] JoinAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.