Uses of Interface
org.apache.jackrabbit.spi.commons.query.jsr283.qom.Join

Packages that use Join
org.apache.jackrabbit.spi.commons.query.jsr283.qom   
org.apache.jackrabbit.spi.commons.query.qom   
 

Uses of Join in org.apache.jackrabbit.spi.commons.query.jsr283.qom
 

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom that return Join
 Join QueryObjectModelFactory.join(Source left, Source right, int joinType, JoinCondition joinCondition)
          Performs a join between two node-tuple sources.
 

Uses of Join in org.apache.jackrabbit.spi.commons.query.qom
 

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement Join
 class JoinImpl
          JoinImpl...
 

Methods in org.apache.jackrabbit.spi.commons.query.qom that return Join
 Join QueryObjectModelFactoryImpl.join(Source left, Source right, int joinType, JoinCondition joinCondition)
          Performs a join between two node-tuple sources.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.