Uses of Class
org.apache.jackrabbit.commons.query.qom.JoinType

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

Uses of JoinType in org.apache.jackrabbit.commons.query.qom
 

Methods in org.apache.jackrabbit.commons.query.qom that return JoinType
static JoinType JoinType.getJoinTypeByName(String name)
          Returns the join type with the given JCR name.
static JoinType JoinType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoinType[] JoinType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Constructors in org.apache.jackrabbit.core.query.lucene with parameters of type JoinType
JoinQuery(MultiColumnQuery left, MultiColumnQuery right, JoinType joinType, JoinConditionImpl joinCondition, NamespaceMappings nsMappings, HierarchyManager hmgr)
          Creates a new join query.
 

Uses of JoinType in org.apache.jackrabbit.core.query.lucene.join
 

Methods in org.apache.jackrabbit.core.query.lucene.join with parameters of type JoinType
static Join Join.create(MultiColumnQueryHits left, MultiColumnQueryHits right, JoinType joinType, JoinConditionImpl condition, org.apache.lucene.index.IndexReader reader, HierarchyResolver resolver, NamespaceMappings nsMappings, HierarchyManager hmgr)
          Creates a new join result.
 

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

Methods in org.apache.jackrabbit.spi.commons.query.qom that return JoinType
 JoinType JoinImpl.getJoinTypeInstance()
           
 



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