|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TableSelectable.Selection in org.omnaest.utils.structure.table.concrete |
|---|
| Methods in org.omnaest.utils.structure.table.concrete that return TableSelectable.Selection | |
|---|---|
TableSelectable.Selection<E> |
ArrayTable.select()
|
| Uses of TableSelectable.Selection in org.omnaest.utils.structure.table.concrete.internal.selection |
|---|
| Classes in org.omnaest.utils.structure.table.concrete.internal.selection that implement TableSelectable.Selection | |
|---|---|
class |
SelectionImpl<E>
|
| Methods in org.omnaest.utils.structure.table.concrete.internal.selection that return TableSelectable.Selection | |
|---|---|
TableSelectable.Selection<E> |
SelectionImpl.allColumns()
|
TableSelectable.Selection<E> |
SelectionImpl.columns(Table.Column<E>... columns)
|
TableSelectable.Selection<E> |
SelectionImpl.distinct()
|
TableSelectable.Selection<E> |
SelectionImpl.from(Table<E>... tables)
|
TableSelectable.Selection<E> |
SelectionImpl.orderBy(Table.Column<E> column)
|
TableSelectable.Selection<E> |
SelectionImpl.orderBy(Table.Column<E> column,
TableSelectable.Selection.Order order)
|
TableSelectable.Selection<E> |
SelectionImpl.top(int numberOfRows)
|
TableSelectable.Selection<E> |
SelectionImpl.where(TableSelectable.Predicate<E>... predicates)
|
| Uses of TableSelectable.Selection in org.omnaest.utils.structure.table.subspecification |
|---|
| Subinterfaces of TableSelectable.Selection in org.omnaest.utils.structure.table.subspecification | |
|---|---|
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. |
| Uses of TableSelectable.Selection in org.omnaest.utils.structure.table.view.concrete |
|---|
| Fields in org.omnaest.utils.structure.table.view.concrete declared as TableSelectable.Selection | |
|---|---|
protected TableSelectable.Selection<E> |
TableViewImpl.selection
|
| Constructors in org.omnaest.utils.structure.table.view.concrete with parameters of type TableSelectable.Selection | |
|---|---|
TableViewImpl(TableSelectable.Selection<E> selection)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||