E - result typepublic interface Selectable<E>
Expressions can be selected.| Modifier and Type | Method and Description |
|---|---|
Selection<E> |
select(Expression<?>... attributes)
selects the given expressions in the query.
|
Selection<E> |
select(Set<? extends Expression<?>> select)
selects the given expressions in the query.
|
Selection<E> select(Expression<?>... attributes)
attributes - expressions to selectSelection<E> select(Set<? extends Expression<?>> select)
select - expressions to select