T
- expression typepublic class WithinGroup<T> extends SimpleOperation<T>
WithinGroup
is a builder for WITHIN GROUP
constructsModifier and Type | Class and Description |
---|---|
class |
WithinGroup.OrderBy
Intermediate step
|
hashCode, mixin
Constructor and Description |
---|
WithinGroup(Class<? extends T> type,
Operator op) |
WithinGroup(Class<? extends T> type,
Operator op,
Expression<?>... args) |
WithinGroup(Class<? extends T> type,
Operator op,
Expression<?> arg) |
WithinGroup(Class<? extends T> type,
Operator op,
Expression<?> arg1,
Expression<?> arg2) |
Modifier and Type | Method and Description |
---|---|
WithinGroup.OrderBy |
withinGroup() |
accept, getArg, getArgs, getOperator
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public WithinGroup(Class<? extends T> type, Operator op, Expression<?> arg)
public WithinGroup(Class<? extends T> type, Operator op, Expression<?> arg1, Expression<?> arg2)
public WithinGroup(Class<? extends T> type, Operator op, Expression<?>... args)
public WithinGroup.OrderBy withinGroup()
Copyright © 2007–2016 Querydsl. All rights reserved.