| Package | Description |
|---|---|
| org.seasar.doma.jdbc.criteria.declaration |
Provides classes that build the criteria query statements.
|
| org.seasar.doma.jdbc.criteria.statement |
Provides criteria query statements.
|
| Modifier and Type | Method and Description |
|---|---|
SubSelectFromDeclaration<ENTITY> |
SubSelectFromDeclaration.orderBy(java.util.function.Consumer<OrderByNameDeclaration> block) |
void |
SelectFromDeclaration.orderBy(java.util.function.Consumer<OrderByNameDeclaration> block) |
| Modifier and Type | Method and Description |
|---|---|
NativeSqlSelectStarting<ENTITY> |
NativeSqlSelectStarting.orderBy(java.util.function.Consumer<OrderByNameDeclaration> block) |
EntityqlSelectStarting<ENTITY> |
EntityqlSelectStarting.orderBy(java.util.function.Consumer<OrderByNameDeclaration> block) |