Uses of Class
com.speedment.runtime.join.stage.JoinType
-
Packages that use JoinType Package Description com.speedment.runtime.join.stage The pipeline package exposes how tables are composed in a join operation. -
-
Uses of JoinType in com.speedment.runtime.join.stage
Methods in com.speedment.runtime.join.stage that return JoinType Modifier and Type Method Description static JoinTypeJoinType. 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.Methods in com.speedment.runtime.join.stage that return types with arguments of type JoinType Modifier and Type Method Description Optional<JoinType>Stage. joinType()Returns the JoinType for this Stage, orempty()if no JoinType is defined (i.e.Methods in com.speedment.runtime.join.stage with parameters of type JoinType 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.
-