Modifier and Type | Method and Description |
---|---|
static JoinType |
JoinType.getJoinTypeByName(String name)
Returns the join type with the given JCR name.
|
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.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.
|
static JoinType[] |
JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
JoinQuery(MultiColumnQuery left,
MultiColumnQuery right,
JoinType joinType,
JoinConditionImpl joinCondition,
NamespaceMappings nsMappings,
HierarchyManager hmgr)
Creates a new join query.
|
JoinQuery(MultiColumnQuery left,
MultiColumnQuery right,
JoinType joinType,
JoinConditionImpl joinCondition,
NamespaceMappings nsMappings,
HierarchyManager hmgr)
Creates a new join query.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
JoinType |
JoinImpl.getJoinTypeInstance() |
JoinType |
JoinImpl.getJoinTypeInstance() |
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.