Uses of Class
com.speedment.runtime.join.stage.JoinOperator
-
Packages that use JoinOperator Package Description com.speedment.runtime.join.stage The pipeline package exposes how tables are composed in a join operation. -
-
Uses of JoinOperator in com.speedment.runtime.join.stage
Methods in com.speedment.runtime.join.stage that return JoinOperator Modifier and Type Method Description JoinOperatorJoinOperator. swapEquivalent()Returns a JoinOperator that would produce an equivalent predicate when the arguments to the operator are applied swapped.static JoinOperatorJoinOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinOperator[]JoinOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.speedment.runtime.join.stage that return types with arguments of type JoinOperator Modifier and Type Method Description Optional<JoinOperator>Stage. joinOperator()Returns the OperatorType for this Stage or , orempty()if no OperatorType is defined (i.e.Methods in com.speedment.runtime.join.stage with parameters of type JoinOperator Modifier and Type Method 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.
-