Uses of Class
org.apache.jackrabbit.commons.query.qom.JoinType
-
-
Uses of JoinType in org.apache.jackrabbit.commons.query.qom
Methods in org.apache.jackrabbit.commons.query.qom that return JoinType Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description static Join
Join. create(MultiColumnQueryHits left, MultiColumnQueryHits right, JoinType joinType, JoinConditionImpl condition, 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 Modifier and Type Method Description JoinType
JoinImpl. getJoinTypeInstance()
-