ModeShape Distribution 3.0.0.CR1

Uses of Class
org.modeshape.jcr.query.model.Selector

Packages that use Selector
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.jcr.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
 

Uses of Selector in org.modeshape.jcr.query.model
 

Subclasses of Selector in org.modeshape.jcr.query.model
 class AllNodes
          A selector that represents a source that returns all nodes.
 class NamedSelector
          A Selector that has a name.
 

Uses of Selector in org.modeshape.jcr.query.parse
 

Methods in org.modeshape.jcr.query.parse that return types with arguments of type Selector
 Map<String,Selector> JcrSqlQueryParser.JoinableSources.getSelectors()
           
 

Methods in org.modeshape.jcr.query.parse with parameters of type Selector
 void JcrSqlQueryParser.JoinableSources.add(Selector selector, Position position)
           
 

Constructors in org.modeshape.jcr.query.parse with parameters of type Selector
JcrSqlQueryParser.JoinableSources(Selector firstSelector, Position position)
           
 


ModeShape Distribution 3.0.0.CR1

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