T - public class WithinGroup<T> extends SimpleOperation<T>
| Modifier and Type | Class and Description | 
|---|---|
| class  | WithinGroup.OrderBy | 
hashCode, mixin| Constructor and Description | 
|---|
| WithinGroup(Class<T> type,
           Operator<? super T> op) | 
| WithinGroup(Class<T> type,
           Operator<? super T> op,
           Expression<?>... args) | 
| WithinGroup(Class<T> type,
           Operator<? super T> op,
           Expression<?> arg) | 
| WithinGroup(Class<T> type,
           Operator<? super T> op,
           Expression<?> arg1,
           Expression<?> arg2) | 
| Modifier and Type | Method and Description | 
|---|---|
| WithinGroup.OrderBy | withinGroup() | 
accept, create, create, create, getArg, getArgs, getOperatoras, as, count, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic WithinGroup(Class<T> type, Operator<? super T> op, Expression<?> arg)
public WithinGroup(Class<T> type, Operator<? super T> op, Expression<?> arg1, Expression<?> arg2)
public WithinGroup(Class<T> type, Operator<? super T> op, Expression<?>... args)
public WithinGroup.OrderBy withinGroup()
Copyright © 2007–2015 Querydsl. All rights reserved.