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

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

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

Classes in org.modeshape.jcr.query.qom that implement JcrSource
 class JcrJoin
          Implementation of the join for the JCR Query Object Model and the Graph API.
 class JcrNamedSelector
          Implementation of the (named) selector for the JCR Query Object Model and the Graph API.
 

Methods in org.modeshape.jcr.query.qom that return JcrSource
 JcrSource JcrJoin.getLeft()
          
 JcrSource JcrJoin.getRight()
          
 JcrSource JcrJoin.left()
          Get the source that represents the left-hand-side of the join.
 JcrSource JcrJoin.right()
          Get the source that represents the right-hand-side of the join.
 JcrSource JcrSelectQuery.source()
          Get the source for the results.
 

Constructors in org.modeshape.jcr.query.qom with parameters of type JcrSource
JcrJoin(JcrSource left, JoinType type, JcrSource right, JcrJoinCondition joinCondition)
          Create a join of the left and right sources, using the supplied join condition.
JcrSelectQuery(JcrSource source, JcrConstraint constraint, List<? extends JcrOrdering> orderings, List<? extends JcrColumn> columns, JcrLimit limit, boolean isDistinct)
          Create a new query that uses the supplied source, constraint, orderings, columns and limits.
 



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