Uses of Package
org.jboss.dna.graph.query.process

Packages that use org.jboss.dna.graph.query.process
org.jboss.dna.graph.query The Query API provides a mechanism for building and executing queries. 
org.jboss.dna.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. 
 

Classes in org.jboss.dna.graph.query.process used by org.jboss.dna.graph.query
Processor
          Interface for a query processor.
 

Classes in org.jboss.dna.graph.query.process used by org.jboss.dna.graph.query.process
DelegatingComponent
           
JoinComponent
           
ProcessingComponent
          A component that performs (some) portion of the query processing by returning the tuples that result from this stage of processing.
Processor
          Interface for a query processor.
QueryResultColumns
          Defines the columns associated with the results of a query.
SelectComponent.Analyzer
          Inteface for criteria evaluation operations that cannot be defined efficiently, correctly, or completely using only the tuple values.
SetOperationComponent
           
SortValuesComponent
          A ProcessingComponent implementation that performs a PROJECT operation to reduce the columns that appear in the results.
 



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