T - public class WindowFirstLast<T> extends MutableExpressionBase<T>
| Constructor and Description | 
|---|
| WindowFirstLast(WindowOver<T> target,
               boolean first) | 
| Modifier and Type | Method and Description | 
|---|---|
| <R,C> R | accept(Visitor<R,C> v,
      C context)Accept the visitor with the given context | 
| WindowFirstLast<T> | orderBy(ComparableExpressionBase<?>... orderBy) | 
| WindowFirstLast<T> | orderBy(ComparableExpressionBase<?> orderBy) | 
| WindowFirstLast<T> | orderBy(OrderSpecifier<?>... orderBy) | 
| WindowFirstLast<T> | orderBy(OrderSpecifier<?> orderBy) | 
| WindowFunction<T> | over() | 
getType, hashCode, toStringpublic WindowFirstLast(WindowOver<T> target, boolean first)
public <R,C> R accept(Visitor<R,C> v, C context)
ExpressionR - return typeC - context typev - visitorcontext - context of visitpublic WindowFirstLast<T> orderBy(ComparableExpressionBase<?> orderBy)
public WindowFirstLast<T> orderBy(ComparableExpressionBase<?>... orderBy)
public WindowFirstLast<T> orderBy(OrderSpecifier<?> orderBy)
public WindowFirstLast<T> orderBy(OrderSpecifier<?>... orderBy)
public WindowFunction<T> over()
Copyright © 2007–2015 Querydsl. All rights reserved.