Uses of Package
org.modeshape.graph.query.validate

Packages that use org.modeshape.graph.query.validate
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
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.query   
 

Classes in org.modeshape.graph.query.validate used by org.modeshape.graph
Schemata
          The interface used to access the structure being queried and validate a query.
 

Classes in org.modeshape.graph.query.validate used by org.modeshape.graph.query
Schemata
          The interface used to access the structure being queried and validate a query.
 

Classes in org.modeshape.graph.query.validate used by org.modeshape.graph.query.plan
Schemata.Table
          Information about a queryable table.
Schemata.View
          Information about a view that is defined in terms of other views/tables.
 

Classes in org.modeshape.graph.query.validate used by org.modeshape.graph.query.process
Schemata
          The interface used to access the structure being queried and validate a query.
 

Classes in org.modeshape.graph.query.validate used by org.modeshape.graph.query.validate
ImmutableSchemata
          An immutable Schemata implementation.
ImmutableSchemata.Builder
          A builder of immutable Schemata objects.
Schemata
          The interface used to access the structure being queried and validate a query.
Schemata.Column
          Information about a queryable column.
Schemata.Key
          Information about a key for a table.
Schemata.Table
          Information about a queryable table.
 

Classes in org.modeshape.graph.query.validate used by org.modeshape.graph.request
Schemata
          The interface used to access the structure being queried and validate a query.
 

Classes in org.modeshape.graph.query.validate used by org.modeshape.jcr.query
Schemata
          The interface used to access the structure being queried and validate a query.
 



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