@Value.Immutable public static interface ProjectMultiJoinMergeRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static ProjectMultiJoinMergeRule.Config |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default ProjectMultiJoinMergeRule |
toRule()
Creates a rule that uses this configuration.
|
default ProjectMultiJoinMergeRule.Config |
withOperandFor(Class<? extends Project> projectClass,
Class<MultiJoin> multiJoinClass)
Defines an operand tree for the given classes.
|
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final ProjectMultiJoinMergeRule.Config DEFAULT
default ProjectMultiJoinMergeRule toRule()
RelRule.ConfigtoRule in interface RelRule.Configdefault ProjectMultiJoinMergeRule.Config withOperandFor(Class<? extends Project> projectClass, Class<MultiJoin> multiJoinClass)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.