Uses of Interface
org.modeshape.jcr.query.qom.JcrQueryCommand

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

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

Classes in org.modeshape.jcr.query.qom that implement JcrQueryCommand
 class JcrSelectQuery
           
 class JcrSetQuery
           
 

Methods in org.modeshape.jcr.query.qom that return JcrQueryCommand
 JcrQueryCommand JcrSetQuery.getLeft()
          Get the left-hand query.
 JcrQueryCommand JcrSetQuery.getRight()
          Get the right-hand query.
 JcrQueryCommand JcrSetQuery.left()
          Get the left-hand query.
 JcrQueryCommand JcrSetQuery.right()
          Get the right-hand query.
 

Constructors in org.modeshape.jcr.query.qom with parameters of type JcrQueryCommand
JcrSetQuery(JcrQueryCommand left, SetQuery.Operation operation, JcrQueryCommand right, boolean all)
          Create a set query involving the supplied left- and right-hand-side queries.
JcrSetQuery(JcrQueryCommand left, SetQuery.Operation operation, JcrQueryCommand right, boolean all, List<? extends JcrOrdering> orderings, JcrLimit limit)
          Create a set query involving the supplied left- and right-hand-side queries.
JcrSubquery(JcrQueryCommand subqueryCommand)
           
 



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