T - public class WindowOver<T> extends SimpleOperation<T>
hashCode, mixin| Constructor and Description | 
|---|
| WindowOver(Class<T> type,
          Operator<? super T> op) | 
| WindowOver(Class<T> type,
          Operator<? super T> op,
          Expression<?> arg) | 
| WindowOver(Class<T> type,
          Operator<? super T> op,
          Expression<?> arg1,
          Expression<?> arg2) | 
| Modifier and Type | Method and Description | 
|---|---|
| WindowFirstLast<T> | keepFirst() | 
| WindowFirstLast<T> | keepLast() | 
| WindowFunction<T> | over() | 
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 WindowOver(Class<T> type, Operator<? super T> op, Expression<?> arg)
public WindowOver(Class<T> type, Operator<? super T> op, Expression<?> arg1, Expression<?> arg2)
public WindowFirstLast<T> keepFirst()
public WindowFirstLast<T> keepLast()
public WindowFunction<T> over()
Copyright © 2007–2015 Querydsl. All rights reserved.