Module com.speedment.runtime.join
Class DelegateJoinComponent
- java.lang.Object
-
- com.speedment.runtime.join.provider.DelegateJoinComponent
-
- All Implemented Interfaces:
JoinComponent
public final class DelegateJoinComponent extends Object implements JoinComponent
-
-
Constructor Summary
Constructors Constructor Description DelegateJoinComponent(JoinStreamSupplierComponent streamSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T0> JoinBuilder1<T0>from(com.speedment.runtime.config.identifier.TableIdentifier<T0> firstTableIdentifier)Adds a providedfirstTableIdentifierto the collection of joined managers.
-
-
-
Constructor Detail
-
DelegateJoinComponent
public DelegateJoinComponent(JoinStreamSupplierComponent streamSupplier)
-
-
Method Detail
-
from
public <T0> JoinBuilder1<T0> from(com.speedment.runtime.config.identifier.TableIdentifier<T0> firstTableIdentifier)
Description copied from interface:JoinComponentAdds a providedfirstTableIdentifierto the collection of joined managers. Rows are joined from the providedfirstTableIdentifierdepending on how subsequent managers are added to the builder.- Specified by:
fromin interfaceJoinComponent- Type Parameters:
T0- type of entities for the first manager- Parameters:
firstTableIdentifier- to use- Returns:
- a builder where the provided
firstTableIdentifieris added
-
-