ModeShape Distribution 3.0.0.Beta4

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

Packages that use SelectQuery
org.modeshape.jcr.api.query.qom   
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
 

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.
 

Methods in org.modeshape.jcr.api.query.qom with parameters of type SelectQuery
 QueryObjectModel QueryObjectModelFactory.createQuery(SelectQuery command)
          Creates a query for a select query command.
 

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

Classes in org.modeshape.jcr.query.model that implement SelectQuery
 class SelectQuery
          An implementation of SelectQuery.
 

Methods in org.modeshape.jcr.query.model with parameters of type SelectQuery
 QueryObjectModel QueryObjectModelFactory.createQuery(SelectQuery command)
           
 


ModeShape Distribution 3.0.0.Beta4

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