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