Package | Description |
---|---|
com.edorasware.commons.core.persistence.entity.jdbc | |
com.edorasware.commons.core.persistence.jdbc |
Classes for JDBC-based database persistence management and configuration thereof.
|
com.edorasware.commons.core.query |
Classes to build queries.
|
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) |
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 |
BasicOperand.orderAsc()
Builds an ordering criterion which sorts the encapsulated parameter in ascending order.
|
Ordering |
BasicOperand.orderDesc()
Builds an ordering criterion which sorts the encapsulated parameter in descending order.
|
Modifier and Type | Method and Description |
---|---|
List<Ordering> |
BaseQuery.getSorting() |
List<Ordering> |
Query.getSorting()
The order criteria to sort the results.
|
Modifier and Type | Method and Description |
---|---|
Ordering |
ConstructionInterceptor.interceptOrderingConstruction(Ordering ordering)
Hook to modify a new ordering right after its construction.
|
SELF |
BaseQuery.BaseQueryBuilder.sorting(Ordering sorting)
Sets a single order criterion to sort the results.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseQuery.QueryData.setSorting(List<Ordering> sorting) |
SELF |
BaseQuery.BaseQueryBuilder.sorting(List<Ordering> sorting)
Sets order criteria to sort the results.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.