Uses of Class
org.modeshape.graph.query.process.JoinComponent

Packages that use JoinComponent
org.modeshape.graph.query.process This package defines the QueryProcessor interface, which is responsible for constructing for each query a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of the query and returning the tuples to the parent component. 
 

Uses of JoinComponent in org.modeshape.graph.query.process
 

Subclasses of JoinComponent in org.modeshape.graph.query.process
 class MergeJoinComponent
          Create a processing component that performs a merge-join algorithm.
 class NestedLoopJoinComponent
           
 



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