Uses of Package
org.modeshape.graph.query

Packages that use org.modeshape.graph.query
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.modeshape.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.graph.query.optimize This package contains the Optimizer interface, a rule-based optimizer implementation, and library of optimization rules. 
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. 
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. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
org.modeshape.jcr.xpath   
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Classes in org.modeshape.graph.query used by org.modeshape.graph
QueryContext
          An immutable context in which queries are to be executed.
QueryEngine
          A query engine that is able to execute formal queries expressed in the Graph API's Abstract Query Model.
QueryResults
          The resulting output of a query.
QueryResults.Columns
          Definition of the columns that are available in the results, which outline the structure of the tuples in the results, and which can be used to access the individual values in each of the tuples.
 

Classes in org.modeshape.graph.query used by org.modeshape.graph.connector.map
QueryResults
          The resulting output of a query.
 

Classes in org.modeshape.graph.query used by org.modeshape.graph.connector.path
QueryResults
          The resulting output of a query.
 

Classes in org.modeshape.graph.query used by org.modeshape.graph.query
Queryable
          An interface defining the ability to submit a query and obtain results.
QueryBuilder
          A component that can be used to programmatically create QueryCommand objects.
QueryBuilder.AndBuilder
           
QueryBuilder.ArithmeticBuilder
           
QueryBuilder.CastAs
           
QueryBuilder.ComparisonBuilder
          An interface used to set the right-hand side of a constraint.
QueryBuilder.ConstraintBuilder
           
QueryBuilder.DynamicOperandBuilder
          Interface that defines a dynamic operand portion of a criteria.
QueryBuilder.JoinClause
          Class used to specify a join clause of a query.
QueryBuilder.LowerBoundary
           
QueryBuilder.OrderByBuilder
          The component used to build the order-by clause.
QueryBuilder.OrderByOperandBuilder
           
QueryBuilder.RightHandSide
           
QueryBuilder.UpperBoundary
           
QueryContext
          An immutable context in which queries are to be executed.
QueryResults
          The resulting output of a query.
QueryResults.Columns
          Definition of the columns that are available in the results, which outline the structure of the tuples in the results, and which can be used to access the individual values in each of the tuples.
QueryResults.Cursor
          An interface used to walk through the results.
QueryResults.Statistics
           
 

Classes in org.modeshape.graph.query used by org.modeshape.graph.query.optimize
QueryContext
          An immutable context in which queries are to be executed.
 

Classes in org.modeshape.graph.query used by org.modeshape.graph.query.plan
QueryContext
          An immutable context in which queries are to be executed.
 

Classes in org.modeshape.graph.query used by org.modeshape.graph.query.process
QueryContext
          An immutable context in which queries are to be executed.
QueryResults
          The resulting output of a query.
QueryResults.Columns
          Definition of the columns that are available in the results, which outline the structure of the tuples in the results, and which can be used to access the individual values in each of the tuples.
QueryResults.Cursor
          An interface used to walk through the results.
QueryResults.Statistics
           
 

Classes in org.modeshape.graph.query used by org.modeshape.graph.query.validate
QueryContext
          An immutable context in which queries are to be executed.
 

Classes in org.modeshape.graph.query used by org.modeshape.graph.request
QueryResults.Columns
          Definition of the columns that are available in the results, which outline the structure of the tuples in the results, and which can be used to access the individual values in each of the tuples.
QueryResults.Statistics
           
 

Classes in org.modeshape.graph.query used by org.modeshape.jcr.xpath
QueryBuilder.ConstraintBuilder
           
 

Classes in org.modeshape.graph.query used by org.modeshape.search.lucene
QueryResults.Columns
          Definition of the columns that are available in the results, which outline the structure of the tuples in the results, and which can be used to access the individual values in each of the tuples.
QueryResults.Statistics
           
 



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