Uses of Interface
org.modeshape.graph.query.model.Command

Packages that use Command
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.qom   
 

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

Subinterfaces of Command in org.modeshape.graph.query.model
 interface QueryCommand
          Represents the abstract base class for all query commands.
 

Classes in org.modeshape.graph.query.model that implement Command
 class Query
           
 class SetQuery
          This object acts as a Set operator on multiple queries, such as performing UNION, INTERSECT, and EXCEPT operations.
 

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

Subinterfaces of Command in org.modeshape.jcr.query.qom
 interface JcrQueryCommand
          Representation of an abstract query command the Graph API and extension to the JCR API.
 

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



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