Package | Description |
---|---|
com.edorasware.api.query |
Work object query support.
|
com.edorasware.api.query.internal | |
com.edorasware.api.value.internal | |
com.edorasware.cloud.core.service.search | |
com.edorasware.commons.core.persistence.entity.jdbc | |
com.edorasware.commons.core.persistence.jdbc |
Classes for JDBC-based database persistence management and configuration thereof.
|
Modifier and Type | Method and Description |
---|---|
Ordering |
BasicOperand.orderAsc()
Builds an ordering criterion which sorts by the operand value in ascending order.
|
Ordering |
HierarchyOperand.orderAsc()
Builds an ordering criterion which sorts by the operand value in ascending order.
|
Ordering |
BasicOperand.orderDesc()
Builds an ordering criterion which sorts by the operand value in descending order.
|
Ordering |
HierarchyOperand.orderDesc()
Builds an ordering criterion which sorts by the operand value in descending order.
|
Modifier and Type | Method and Description |
---|---|
List<Ordering> |
Query.getSorting()
The order criteria to sort the results.
|
Modifier and Type | Method and Description |
---|---|
Query.Builder |
Query.Builder.sorting(Ordering sorting)
Sets a single order criterion to sort the results.
|
Modifier and Type | Method and Description |
---|---|
Query.Builder |
Query.Builder.sorting(Collection<Ordering> sorting)
Sets order criteria to sort the results.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleOrdering
Default implementations of the
Ordering interface. |
Modifier and Type | Method and Description |
---|---|
Ordering |
ConstructionInterceptor.interceptOrderingConstruction(Ordering ordering)
Hook to modify a new ordering right after its construction.
|
Ordering |
NoOpConstructionInterceptor.interceptOrderingConstruction(Ordering ordering) |
Ordering |
VariableConstructionInterceptor.interceptOrderingConstruction(Ordering ordering) |
Ordering |
BasicOperandImpl.orderAsc() |
Ordering |
HierarchyOperandImpl.orderAsc() |
Ordering |
BasicOperandImpl.orderDesc() |
Ordering |
HierarchyOperandImpl.orderDesc() |
Modifier and Type | Method and Description |
---|---|
Ordering |
ConstructionInterceptor.interceptOrderingConstruction(Ordering ordering)
Hook to modify a new ordering right after its construction.
|
Ordering |
NoOpConstructionInterceptor.interceptOrderingConstruction(Ordering ordering) |
Ordering |
VariableConstructionInterceptor.interceptOrderingConstruction(Ordering ordering) |
Modifier and Type | Method and Description |
---|---|
Ordering |
BasicValueImpl.orderAsc() |
Ordering |
PathFieldImpl.orderAsc() |
Ordering |
BasicValueImpl.orderDesc() |
Ordering |
PathFieldImpl.orderDesc() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<Ordering> |
SearchQuery.getOrderingList()
Returns the list of optional ordering terms.
|
Modifier and Type | Method and Description |
---|---|
SearchQuery.Builder |
SearchQuery.Builder.ordering(Ordering ordering) |
Modifier and Type | Method and Description |
---|---|
RenderedSql |
BaseSqlQueryRenderer.renderSorting(List<Ordering> sorting) |
Modifier and Type | Method and Description |
---|---|
RenderedSql |
SqlSortingRenderer.render(List<Ordering> sorting) |
RenderedSql |
SqlQueryRenderer.renderSorting(List<Ordering> sorting) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.