Uses of Enum
org.apache.jackrabbit.oak.query.ast.JoinType
Packages that use JoinType
-
Uses of JoinType in org.apache.jackrabbit.oak.query.ast
Methods in org.apache.jackrabbit.oak.query.ast that return JoinTypeModifier and TypeMethodDescriptionstatic JoinType
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.Methods in org.apache.jackrabbit.oak.query.ast with parameters of type JoinTypeModifier and TypeMethodDescriptionAstElementFactory.join
(SourceImpl left, SourceImpl right, JoinType joinType, JoinConditionImpl joinCondition) Constructors in org.apache.jackrabbit.oak.query.ast with parameters of type JoinTypeModifierConstructorDescriptionJoinImpl
(SourceImpl left, SourceImpl right, JoinType joinType, JoinConditionImpl joinCondition)