ModeShape Distribution 3.0.0.CR1

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

Packages that use org.modeshape.jcr.query.validate
org.modeshape.jcr   
org.modeshape.jcr.query The Query API provides a mechanism for building and executing queries. 
org.modeshape.jcr.query.lucene The core query engine, which currently uses Lucene for indexing and raw queries, and the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA) for updating and querying the Lucene indexes. 
org.modeshape.jcr.query.lucene.basic The "basic" Lucene schema has a single index in which all node and property information are indexed into separate fields. 
org.modeshape.jcr.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.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. 
org.modeshape.jcr.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

Classes in org.modeshape.jcr.query.validate used by org.modeshape.jcr
ImmutableSchemata.Builder
          A builder of immutable Schemata objects.
Schemata
          The interface used to access the structure being queried and validate a query.
Schemata.Table
          Information about a queryable table.
 

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

Classes in org.modeshape.jcr.query.validate used by org.modeshape.jcr.query.lucene
Schemata
          The interface used to access the structure being queried and validate a query.
Schemata.Column
          Information about a queryable column.
 

Classes in org.modeshape.jcr.query.validate used by org.modeshape.jcr.query.lucene.basic
Schemata.Column
          Information about a queryable column.
 

Classes in org.modeshape.jcr.query.validate used by org.modeshape.jcr.query.plan
ImmutableColumn
           
Schemata.Column
          Information about a queryable column.
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.jcr.query.validate used by org.modeshape.jcr.query.process
Schemata
          The interface used to access the structure being queried and validate a query.
 

Classes in org.modeshape.jcr.query.validate used by org.modeshape.jcr.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.
 


ModeShape Distribution 3.0.0.CR1

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