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

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

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

Methods in org.modeshape.jcr.api.query.qom that return SelectQuery
 SelectQuery QueryObjectModelFactory.select(Source source, Constraint constraint, Ordering[] orderings, Column[] columns, Limit limit, boolean isDistinct)
          Creates a query with one or more selectors.
 

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

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



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