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

Packages that use Selector
org.modeshape.graph.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   
org.modeshape.jcr.query.qom   
 

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

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

Uses of Selector in org.modeshape.jcr.query
 

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

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

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

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

Subclasses of Selector in org.modeshape.jcr.query.qom
 class JcrNamedSelector
          Implementation of the (named) selector for the JCR Query Object Model and the Graph API.
 



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