| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.statement |
Provides criteria query statements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NativeSqlSetStarting<ELEMENT> |
| Modifier and Type | Method and Description |
|---|---|
SetOperator<ELEMENT> |
SetOperator.peek(java.util.function.Consumer<Sql<?>> consumer) |
SetOperator<ELEMENT> |
SetOperand.union(SetOperand<ELEMENT> other)
Creates an UNION statement
|
SetOperator<ELEMENT> |
AbstractSetOperand.union(SetOperand<ELEMENT> other) |
SetOperator<ELEMENT> |
SetOperand.unionAll(SetOperand<ELEMENT> other)
Creates an UNION ALL statement
|
SetOperator<ELEMENT> |
AbstractSetOperand.unionAll(SetOperand<ELEMENT> other) |