ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.query.process.JoinComponent.TupleMerger

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

Methods in org.modeshape.jcr.query.process that return JoinComponent.TupleMerger
protected static JoinComponent.TupleMerger JoinComponent.createMerger(QueryResults.Columns joinColumns, QueryResults.Columns leftColumns, QueryResults.Columns rightColumns)
          Create a JoinComponent.TupleMerger implementation that will combine a tuple fitting the left columns with a tuple fitting the right columns.
 


ModeShape Distribution 3.0.0.Beta4

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