| Package | Description |
|---|---|
| com.speedment.runtime.join.stage |
The pipeline package exposes how tables are composed in a join operation.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<JoinType> |
Stage.joinType()
Returns the JoinType for this Stage, or
empty() if no JoinType is
defined (i.e. |
| Modifier and Type | Method and Description |
|---|---|
static <T> Stage<T> |
Stage.of(com.speedment.runtime.config.identifier.TableIdentifier<T> identifier,
List<Predicate<? super T>> predicates,
JoinType joinType,
com.speedment.runtime.field.trait.HasComparableOperators<T,?> field,
JoinOperator joinOperator,
com.speedment.runtime.field.trait.HasComparableOperators<?,?> foreignField,
int referencedStage)
Creates and returns a mew default implementation of a Stage.
|
Copyright © 2019 Speedment, Inc.. All rights reserved.