Module com.speedment.runtime.join
Package com.speedment.runtime.join.builder
This package contains builder classes.
This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.
-
Interface Summary Interface Description JoinBuilder1<T0> Join Builder stage used when only 1 table has been specified so far.JoinBuilder1.AfterJoin<T0,T1> JoinBuilder10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9> Join Builder stage used when only 10 tables has been specified so far.JoinBuilder2<T0,T1> Join Builder stage used when only 2 tables has been specified so far.JoinBuilder2.AfterJoin<T0,T1,T2> JoinBuilder3<T0,T1,T2> Join Builder stage used when only 3 tables has been specified so far.JoinBuilder3.AfterJoin<T0,T1,T2,T3> JoinBuilder4<T0,T1,T2,T3> Join Builder stage used when only 4 tables has been specified so far.JoinBuilder4.AfterJoin<T0,T1,T2,T3,T4> JoinBuilder5<T0,T1,T2,T3,T4> Join Builder stage used when only 5 tables has been specified so far.JoinBuilder5.AfterJoin<T0,T1,T2,T3,T4,T5> JoinBuilder6<T0,T1,T2,T3,T4,T5> Join Builder stage used when only 6 tables has been specified so far.JoinBuilder6.AfterJoin<T0,T1,T2,T3,T4,T5,T6> JoinBuilder7<T0,T1,T2,T3,T4,T5,T6> Join Builder stage used when only 7 tables has been specified so far.JoinBuilder7.AfterJoin<T0,T1,T2,T3,T4,T5,T6,T7> JoinBuilder8<T0,T1,T2,T3,T4,T5,T6,T7> Join Builder stage used when only 8 tables has been specified so far.JoinBuilder8.AfterJoin<T0,T1,T2,T3,T4,T5,T6,T7,T8> JoinBuilder9<T0,T1,T2,T3,T4,T5,T6,T7,T8> Join Builder stage used when only 9 tables has been specified so far.JoinBuilder9.AfterJoin<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>