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

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

Uses of JcrSetQuery in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return JcrSetQuery
protected  JcrSetQuery JcrSql2QueryParser.setQuery(QueryCommand leftQuery, SetQuery.Operation operation, QueryCommand rightQuery, boolean all)
          
 

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

Methods in org.modeshape.jcr.query.qom that return JcrSetQuery
protected  JcrSetQuery JcrSetQueryObjectModel.query()
           
 JcrSetQuery JcrQueryObjectModelFactory.setQuery(QueryCommand left, SetQuery.Operation operation, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
           
 JcrSetQuery JcrSetQuery.withLimit(int rowLimit)
          Create a copy of this query, but one that uses the supplied limit on the number of result rows.
 JcrSetQuery JcrSetQuery.withOffset(int offset)
          Create a copy of this query, but one that uses the supplied offset.
 

Constructors in org.modeshape.jcr.query.qom with parameters of type JcrSetQuery
JcrSetQueryObjectModel(JcrQueryContext context, String statement, String language, JcrSetQuery 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.