Interface SqlOrderableExpression
-
- All Known Implementing Classes:
QAccessCertificationWorkItemReference,QAssignmentReference,QCaseWorkItemReference,QObjectReference,QProcessedObjectEventMarkReference,QReference
public interface SqlOrderableExpressionSpecial comparing expression that does not conform toComparableExpressionBase, but we need to order by it for some reason. This is used as a support for iterative reference search, where we act like we're ordering by the table expression. Implementation oforderBy(com.querydsl.sql.SQLQuery<?>, com.evolveum.midpoint.prism.query.ObjectOrdering)than has to take care of the ordering and add necessary columns.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidorderBy(com.querydsl.sql.SQLQuery<?> sqlQuery, ObjectOrdering ordering)
-
-
-
Method Detail
-
orderBy
void orderBy(com.querydsl.sql.SQLQuery<?> sqlQuery, ObjectOrdering ordering)
-
-