Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.JoinImpl

Packages that use JoinImpl
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.spi.commons.query.qom   
 

Uses of JoinImpl in org.apache.jackrabbit.core.query.lucene
 

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type JoinImpl
 MultiColumnQuery LuceneQueryFactoryImpl.create(JoinImpl join)
          Creates a multi column query for the given QOM join.
 MultiColumnQuery LuceneQueryFactory.create(JoinImpl join)
          Creates a multi column query for the given QOM join.
 

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

Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type JoinImpl
 Object QOMTreeVisitor.visit(JoinImpl node, Object data)
           
 Object DefaultQOMTreeVisitor.visit(JoinImpl node, Object data)
          Does nothing and returns data.
 Object DefaultTraversingQOMTreeVisitor.visit(JoinImpl node, Object data)
          Calls accept on the two sources and the join condition in the join node.
 



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