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

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

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

Classes in org.modeshape.jcr.query.qom that implement JcrJoinCondition
 class JcrChildNodeJoinCondition
          Implementation of the child-node join condition for the JCR Query Object Model and the Graph API.
 class JcrDescendantNodeJoinCondition
          Implementation of the descendant-node join condition for the JCR Query Object Model and the Graph API.
 class JcrEquiJoinCondition
          Implementation of the equi-join condition for the JCR Query Object Model and the Graph API.
 class JcrSameNodeJoinCondition
          Implementation of the same-node join condition for the JCR Query Object Model and the Graph API.
 

Methods in org.modeshape.jcr.query.qom that return JcrJoinCondition
 JcrJoinCondition JcrJoin.joinCondition()
          Get the join condition
 

Constructors in org.modeshape.jcr.query.qom with parameters of type JcrJoinCondition
JcrJoin(JcrSource left, JoinType type, JcrSource right, JcrJoinCondition joinCondition)
          Create a join of the left and right sources, using the supplied join condition.
 



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