joinAll abstract method

Joins joinAll(
  1. Iterable<JoinInterface> joins
)

Creates and returns a query component representing many JOIN clauses with the given joins.

Implementation

Joins joinAll(Iterable<JoinInterface> joins);