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
 Object JQOM2LuceneQueryBuilder.visit(JoinImpl node, Object data)
           
 

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 DefaultTraversingQOMTreeVisitor.visit(JoinImpl node, Object data)
          Calls accept on the two sources and the join condition in the join node.
 Object DefaultQOMTreeVisitor.visit(JoinImpl node, Object data)
          Does nothing and returns data.
 



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