|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface TableSelectable.SelectionJoin<E>
A TableSelectable.SelectionJoin represents the underlying TableSelectable.Selection and allows additionally to add further TableSelectable.Predicates
to a join using the #on(Predicate...) method.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection |
|---|
TableSelectable.Selection.Order |
| Method Summary | |
|---|---|
TableSelectable.SelectionJoin<E> |
on(TableSelectable.Predicate<E>... predicates)
Adds further TableSelectable.Predicates to an TableSelectable.SelectionJoin |
| Methods inherited from interface org.omnaest.utils.structure.table.subspecification.TableSelectable.Selection |
|---|
allColumns, asTable, asTableView, columns, distinct, from, innerJoin, orderBy, orderBy, top, where |
| Method Detail |
|---|
TableSelectable.SelectionJoin<E> on(TableSelectable.Predicate<E>... predicates)
TableSelectable.Predicates to an TableSelectable.SelectionJoin
predicate -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||