Module com.speedment.runtime.join
Package com.speedment.runtime.join.trait
Interface HasDefaultBuild<R extends com.speedment.common.tuple.TupleOfNullables>
-
- Type Parameters:
R- RETURN TYPE
- All Known Subinterfaces:
JoinBuilder10<T0,T1,T2,T3,T4,T5,T6,T7,T8,T9>,JoinBuilder2<T0,T1>,JoinBuilder3<T0,T1,T2>,JoinBuilder4<T0,T1,T2,T3>,JoinBuilder5<T0,T1,T2,T3,T4>,JoinBuilder6<T0,T1,T2,T3,T4,T5>,JoinBuilder7<T0,T1,T2,T3,T4,T5,T6>,JoinBuilder8<T0,T1,T2,T3,T4,T5,T6,T7>,JoinBuilder9<T0,T1,T2,T3,T4,T5,T6,T7,T8>
public interface HasDefaultBuild<R extends com.speedment.common.tuple.TupleOfNullables>- Author:
- Per Minborg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Join<R>build()Creates and returns a new Join object where elements in the Join object's stream method is of a defaultTupletype.
-
-
-
Method Detail
-
build
Join<R> build()
Creates and returns a new Join object where elements in the Join object's stream method is of a defaultTupletype.- Returns:
- a new Join object where elements in the Join object's stream
method is of a default
Tupletype - Throws:
IllegalStateException- if fields that are added via theon()method refers to tables that are not a part of the join.
-
-