Uses of Interface
com.speedment.runtime.join.Join
-
Packages that use Join Package Description com.speedment.runtime.join.builder This package contains builder classes.com.speedment.runtime.join.provider This package contains provider classes.com.speedment.runtime.join.trait The join trait package exposes shared interfaces for join operations on tables. -
-
Uses of Join in com.speedment.runtime.join.builder
Methods in com.speedment.runtime.join.builder that return Join Modifier and Type Method Description default Join<com.speedment.common.tuple.nullable.Tuple10OfNullables<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>>JoinBuilder10. build()<T> Join<T>JoinBuilder10. build(Function10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T> constructor)Creates and returns a new Join object where elements in the Join object's stream method is created using the providedconstructor.default Join<com.speedment.common.tuple.nullable.Tuple2OfNullables<T0,T1>>JoinBuilder2. build()<T> Join<T>JoinBuilder2. build(BiFunction<T0,T1,T> constructor)Creates and returns a new Join object where elements in the Join object's stream method is created using the providedconstructor.default Join<com.speedment.common.tuple.nullable.Tuple3OfNullables<T0,T1,T2>>JoinBuilder3. build()<T> Join<T>JoinBuilder3. build(TriFunction<T0,T1,T2,T> constructor)Creates and returns a new Join object where elements in the Join object's stream method is created using the providedconstructor.default Join<com.speedment.common.tuple.nullable.Tuple4OfNullables<T0,T1,T2,T3>>JoinBuilder4. build()<T> Join<T>JoinBuilder4. build(QuadFunction<T0,T1,T2,T3,T> constructor)Creates and returns a new Join object where elements in the Join object's stream method is created using the providedconstructor.default Join<com.speedment.common.tuple.nullable.Tuple5OfNullables<T0,T1,T2,T3,T4>>JoinBuilder5. build()<T> Join<T>JoinBuilder5. build(Function5<T0,T1,T2,T3,T4,T> constructor)Creates and returns a new Join object where elements in the Join object's stream method is created using the providedconstructor.default Join<com.speedment.common.tuple.nullable.Tuple6OfNullables<T0,T1,T2,T3,T4,T5>>JoinBuilder6. build()<T> Join<T>JoinBuilder6. build(Function6<T0,T1,T2,T3,T4,T5,T> constructor)Creates and returns a new Join object where elements in the Join object's stream method is created using the providedconstructor.default Join<com.speedment.common.tuple.nullable.Tuple7OfNullables<T0,T1,T2,T3,T4,T5,T6>>JoinBuilder7. build()<T> Join<T>JoinBuilder7. build(Function7<T0,T1,T2,T3,T4,T5,T6,T> constructor)Creates and returns a new Join object where elements in the Join object's stream method is created using the providedconstructor.default Join<com.speedment.common.tuple.nullable.Tuple8OfNullables<T0,T1,T2,T3,T4,T5,T6,T7>>JoinBuilder8. build()<T> Join<T>JoinBuilder8. build(Function8<T0,T1,T2,T3,T4,T5,T6,T7,T> constructor)Creates and returns a new Join object where elements in the Join object's stream method is created using the providedconstructor.default Join<com.speedment.common.tuple.nullable.Tuple9OfNullables<T0,T1,T2,T3,T4,T5,T6,T7,T8>>JoinBuilder9. build()<T> Join<T>JoinBuilder9. build(Function9<T0,T1,T2,T3,T4,T5,T6,T7,T8,T> constructor)Creates and returns a new Join object where elements in the Join object's stream method is created using the providedconstructor. -
Uses of Join in com.speedment.runtime.join.provider
Methods in com.speedment.runtime.join.provider that return Join 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 Join in com.speedment.runtime.join.trait
Methods in com.speedment.runtime.join.trait that return Join Modifier and Type Method Description Join<R>HasDefaultBuild. build()Creates and returns a new Join object where elements in the Join object's stream method is of a defaultTupletype.<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'sstream()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'sstream()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'sstream()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'sstream()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'sstream()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'sstream()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'sstream()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'sstream()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'sstream()method will be constructed using the providedconstructor.
-