Module com.speedment.runtime.join
Package com.speedment.runtime.join
Join exposes interfaces to handle join operations on tables.
This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.
-
Interface Summary Interface Description Join<T> This interface represent a Join operation from which Streams of the joined tables can be obtained.JoinComponent a JoinComponent can be used to create builders for creating Join objects.JoinStreamSupplierComponent Stream Supplier Component that can be used to create Join objects. -
Class Summary Class Description JoinBundle JoinComponentUtil