| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | JcrJoinImplementation of the join for the JCR Query Object Model and the Graph API. | 
|  class | JcrNamedSelectorImplementation 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. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||