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, getOperator
as, as, count, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public 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 Mysema Ltd. All rights reserved.