Uses of Class
org.modeshape.jcr.query.qom.JcrSelectQuery

Packages that use JcrSelectQuery
org.modeshape.jcr.query   
org.modeshape.jcr.query.qom   
 

Uses of JcrSelectQuery in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return JcrSelectQuery
protected  JcrSelectQuery JcrSql2QueryParser.query(Source source, Constraint constraint, List<? extends Ordering> orderings, List<? extends Column> columns, Limit limit, boolean distinct)
          
 

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

Methods in org.modeshape.jcr.query.qom that return JcrSelectQuery
protected  JcrSelectQuery JcrQueryObjectModel.query()
           
 JcrSelectQuery JcrQueryObjectModelFactory.select(Source source, Constraint constraint, Ordering[] orderings, Column[] columns, Limit limit, boolean distinct)
          Creates a query with one or more selectors.
 

Constructors in org.modeshape.jcr.query.qom with parameters of type JcrSelectQuery
JcrQueryObjectModel(JcrQueryContext context, String statement, String language, JcrSelectQuery query, PlanHints hints, Path storedAtPath)
          Creates a new JCR Query by specifying the query statement itself, the language in which the query is stated, the QueryCommand representation and, optionally, the node from which the query was loaded.
 



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