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

Packages that use NamedSelector
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
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.graph.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. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.jcr.query.qom   
 

Uses of NamedSelector in org.modeshape.graph.query
 

Methods in org.modeshape.graph.query that return NamedSelector
protected  NamedSelector QueryBuilder.namedSelector(String nameWithOptionalAlias)
          Convenience method that creates a NamedSelector object given a string that contains the selector name and optionally an alias.
 

Constructors in org.modeshape.graph.query with parameters of type NamedSelector
QueryBuilder.JoinClause(NamedSelector rightTable, JoinType type)
           
 

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

Methods in org.modeshape.graph.query.model with parameters of type NamedSelector
 void Visitors.AbstractVisitor.visit(NamedSelector obj)
          
 void Visitors.WalkAllVisitor.visit(NamedSelector selector)
          
 void Visitors.ReadableVisitor.visit(NamedSelector selector)
          
 void Visitor.visit(NamedSelector obj)
           
 

Uses of NamedSelector in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return NamedSelector
protected  NamedSelector SqlQueryParser.parseNamedSelector(TokenStream tokens, TypeSystem typeSystem)
           
 

Uses of NamedSelector in org.modeshape.graph.query.validate
 

Methods in org.modeshape.graph.query.validate with parameters of type NamedSelector
 void Validator.visit(NamedSelector obj)
          
 

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

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

Constructors in org.modeshape.jcr.query.qom with parameters of type NamedSelector
JcrNamedSelector(NamedSelector selector)
          Create a selector with the supplied selector.
 



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