T - expression typepublic class WithinGroup<T> extends SimpleOperation<T>
WithinGroup is a builder for WITHIN GROUP constructs| Modifier and Type | Class and Description |
|---|---|
class |
WithinGroup.OrderBy
Intermediate step
|
hashCode, mixin| Constructor and Description |
|---|
WithinGroup(java.lang.Class<? extends T> type,
Operator op) |
WithinGroup(java.lang.Class<? extends T> type,
Operator op,
Expression<?>... args) |
WithinGroup(java.lang.Class<? extends T> type,
Operator op,
Expression<?> arg) |
WithinGroup(java.lang.Class<? extends T> type,
Operator op,
Expression<?> arg1,
Expression<?> arg2) |
| Modifier and Type | Method and Description |
|---|---|
WithinGroup.OrderBy |
withinGroup() |
accept, getArg, getArgs, getOperatoras, 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, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic WithinGroup(java.lang.Class<? extends T> type, Operator op, Expression<?> arg)
public WithinGroup(java.lang.Class<? extends T> type, Operator op, Expression<?> arg1, Expression<?> arg2)
public WithinGroup(java.lang.Class<? extends T> type, Operator op, Expression<?>... args)
public WithinGroup.OrderBy withinGroup()
Copyright © 2007–2021 Querydsl. All rights reserved.