Uses of Interface
org.modeshape.graph.query.process.JoinComponent.Joinable

Packages that use JoinComponent.Joinable
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.Joinable in org.modeshape.graph.query.process
 

Methods in org.modeshape.graph.query.process that return JoinComponent.Joinable
protected static JoinComponent.Joinable JoinComponent.joinableFor(ProcessingComponent left, ProcessingComponent right, JoinCondition condition)
          Create a JoinComponent.ValueSelector that obtains the value required to use the supplied join condition.
 



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