Package com.querydsl.sql
Class WithinGroup.OrderBy
java.lang.Object
com.querydsl.core.types.MutableExpressionBase<T>
com.querydsl.sql.WithinGroup.OrderBy
- All Implemented Interfaces:
Expression<T>,Serializable
- Enclosing class:
- WithinGroup<T>
Intermediate step
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,C> R getValue()orderBy(ComparableExpressionBase<?> orderBy) orderBy(ComparableExpressionBase<?>... orderBy) orderBy(OrderSpecifier<?> orderBy) orderBy(OrderSpecifier<?>... orderBy) Methods inherited from class com.querydsl.core.types.MutableExpressionBase
getType, hashCode, toString
-
Constructor Details
-
OrderBy
public OrderBy()
-
-
Method Details
-
getValue
-
accept
-
orderBy
-
orderBy
-
orderBy
-
orderBy
-