Uses of Interface
com.speedment.runtime.join.stage.Stage
-
Packages that use Stage Package Description com.speedment.runtime.join.provider This package contains provider classes.com.speedment.runtime.join.stage The pipeline package exposes how tables are composed in a join operation.com.speedment.runtime.join.trait The join trait package exposes shared interfaces for join operations on tables. -
-
Uses of Stage in com.speedment.runtime.join.provider
Method parameters in com.speedment.runtime.join.provider with type arguments of type Stage Modifier and Type Method Description <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T>
Join<T>DelegateSqlJoinStreamSupplierComponent. createJoin(List<Stage<?>> stages, Function10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4, com.speedment.runtime.config.identifier.TableIdentifier<T5> t5, com.speedment.runtime.config.identifier.TableIdentifier<T6> t6, com.speedment.runtime.config.identifier.TableIdentifier<T7> t7, com.speedment.runtime.config.identifier.TableIdentifier<T8> t8, com.speedment.runtime.config.identifier.TableIdentifier<T9> t9)<T0,T1,T2,T3,T4,T>
Join<T>DelegateSqlJoinStreamSupplierComponent. createJoin(List<Stage<?>> stages, Function5<T0,T1,T2,T3,T4,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4)<T0,T1,T2,T3,T4,T5,T>
Join<T>DelegateSqlJoinStreamSupplierComponent. createJoin(List<Stage<?>> stages, Function6<T0,T1,T2,T3,T4,T5,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4, com.speedment.runtime.config.identifier.TableIdentifier<T5> t5)<T0,T1,T2,T3,T4,T5,T6,T>
Join<T>DelegateSqlJoinStreamSupplierComponent. createJoin(List<Stage<?>> stages, Function7<T0,T1,T2,T3,T4,T5,T6,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4, com.speedment.runtime.config.identifier.TableIdentifier<T5> t5, com.speedment.runtime.config.identifier.TableIdentifier<T6> t6)<T0,T1,T2,T3,T4,T5,T6,T7,T>
Join<T>DelegateSqlJoinStreamSupplierComponent. createJoin(List<Stage<?>> stages, Function8<T0,T1,T2,T3,T4,T5,T6,T7,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4, com.speedment.runtime.config.identifier.TableIdentifier<T5> t5, com.speedment.runtime.config.identifier.TableIdentifier<T6> t6, com.speedment.runtime.config.identifier.TableIdentifier<T7> t7)<T0,T1,T2,T3,T4,T5,T6,T7,T8,T>
Join<T>DelegateSqlJoinStreamSupplierComponent. createJoin(List<Stage<?>> stages, Function9<T0,T1,T2,T3,T4,T5,T6,T7,T8,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4, com.speedment.runtime.config.identifier.TableIdentifier<T5> t5, com.speedment.runtime.config.identifier.TableIdentifier<T6> t6, com.speedment.runtime.config.identifier.TableIdentifier<T7> t7, com.speedment.runtime.config.identifier.TableIdentifier<T8> t8)<T0,T1,T2,T3,T>
Join<T>DelegateSqlJoinStreamSupplierComponent. createJoin(List<Stage<?>> stages, QuadFunction<T0,T1,T2,T3,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3)<T0,T1,T2,T>
Join<T>DelegateSqlJoinStreamSupplierComponent. createJoin(List<Stage<?>> stages, TriFunction<T0,T1,T2,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2)<T0,T1,T>
Join<T>DelegateSqlJoinStreamSupplierComponent. createJoin(List<Stage<?>> stages, BiFunction<T0,T1,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1) -
Uses of Stage in com.speedment.runtime.join.stage
Methods in com.speedment.runtime.join.stage that return Stage 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. -
Uses of Stage in com.speedment.runtime.join.trait
Method parameters in com.speedment.runtime.join.trait with type arguments of type Stage Modifier and Type Method Description <T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T>
Join<T>HasCreateJoin10. createJoin(List<Stage<?>> stages, Function10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4, com.speedment.runtime.config.identifier.TableIdentifier<T5> t5, com.speedment.runtime.config.identifier.TableIdentifier<T6> t6, com.speedment.runtime.config.identifier.TableIdentifier<T7> t7, com.speedment.runtime.config.identifier.TableIdentifier<T8> t8, com.speedment.runtime.config.identifier.TableIdentifier<T9> t9)Creates and returns a new Join object using the providedpipelinewhereby elements in the returned Join'sJoin.stream()method will be constructed using the providedconstructor.<T0,T1,T>
Join<T>HasCreateJoin2. createJoin(List<Stage<?>> stages, BiFunction<T0,T1,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1)Creates and returns a new Join object using the providedpipelinewhereby elements in the returned Join'sJoin.stream()method will be constructed using the providedconstructor.<T0,T1,T2,T>
Join<T>HasCreateJoin3. createJoin(List<Stage<?>> stages, TriFunction<T0,T1,T2,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2)Creates and returns a new Join object using the providedpipelinewhereby elements in the returned Join'sJoin.stream()method will be constructed using the providedconstructor.<T0,T1,T2,T3,T>
Join<T>HasCreateJoin4. createJoin(List<Stage<?>> stages, QuadFunction<T0,T1,T2,T3,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3)Creates and returns a new Join object using the providedpipelinewhereby elements in the returned Join'sJoin.stream()method will be constructed using the providedconstructor.<T0,T1,T2,T3,T4,T>
Join<T>HasCreateJoin5. createJoin(List<Stage<?>> stages, Function5<T0,T1,T2,T3,T4,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4)Creates and returns a new Join object using the providedpipelinewhereby elements in the returned Join'sJoin.stream()method will be constructed using the providedconstructor.<T0,T1,T2,T3,T4,T5,T>
Join<T>HasCreateJoin6. createJoin(List<Stage<?>> stages, Function6<T0,T1,T2,T3,T4,T5,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4, com.speedment.runtime.config.identifier.TableIdentifier<T5> t5)Creates and returns a new Join object using the providedpipelinewhereby elements in the returned Join'sJoin.stream()method will be constructed using the providedconstructor.<T0,T1,T2,T3,T4,T5,T6,T>
Join<T>HasCreateJoin7. createJoin(List<Stage<?>> stages, Function7<T0,T1,T2,T3,T4,T5,T6,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4, com.speedment.runtime.config.identifier.TableIdentifier<T5> t5, com.speedment.runtime.config.identifier.TableIdentifier<T6> t6)Creates and returns a new Join object using the providedpipelinewhereby elements in the returned Join'sJoin.stream()method will be constructed using the providedconstructor.<T0,T1,T2,T3,T4,T5,T6,T7,T>
Join<T>HasCreateJoin8. createJoin(List<Stage<?>> stages, Function8<T0,T1,T2,T3,T4,T5,T6,T7,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4, com.speedment.runtime.config.identifier.TableIdentifier<T5> t5, com.speedment.runtime.config.identifier.TableIdentifier<T6> t6, com.speedment.runtime.config.identifier.TableIdentifier<T7> t7)Creates and returns a new Join object using the providedpipelinewhereby elements in the returned Join'sJoin.stream()method will be constructed using the providedconstructor.<T0,T1,T2,T3,T4,T5,T6,T7,T8,T>
Join<T>HasCreateJoin9. createJoin(List<Stage<?>> stages, Function9<T0,T1,T2,T3,T4,T5,T6,T7,T8,T> constructor, com.speedment.runtime.config.identifier.TableIdentifier<T0> t0, com.speedment.runtime.config.identifier.TableIdentifier<T1> t1, com.speedment.runtime.config.identifier.TableIdentifier<T2> t2, com.speedment.runtime.config.identifier.TableIdentifier<T3> t3, com.speedment.runtime.config.identifier.TableIdentifier<T4> t4, com.speedment.runtime.config.identifier.TableIdentifier<T5> t5, com.speedment.runtime.config.identifier.TableIdentifier<T6> t6, com.speedment.runtime.config.identifier.TableIdentifier<T7> t7, com.speedment.runtime.config.identifier.TableIdentifier<T8> t8)Creates and returns a new Join object using the providedpipelinewhereby elements in the returned Join'sJoin.stream()method will be constructed using the providedconstructor.
-