Uses of Interface
org.modeshape.jcr.api.query.qom.Subquery

Packages that use Subquery
org.modeshape.jcr.api.query.qom   
org.modeshape.jcr.query.qom   
 

Uses of Subquery in org.modeshape.jcr.api.query.qom
 

Methods in org.modeshape.jcr.api.query.qom that return Subquery
 Subquery QueryObjectModelFactory.subquery(QueryCommand subqueryCommand)
          Creates a subquery that can be used as a StaticOperand in another query.
 

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

Classes in org.modeshape.jcr.query.qom that implement Subquery
 class JcrSubquery
          Implementation of the subquery static operand for the JCR Query Object Model and the Graph API.
 

Methods in org.modeshape.jcr.query.qom that return Subquery
 Subquery JcrQueryObjectModelFactory.subquery(QueryCommand subqueryCommand)
          Creates a subquery that can be used as a StaticOperand in another query.
 



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