Package | Description |
---|---|
com.querydsl.core.types.dsl |
DSL expression types
|
com.querydsl.sql |
SQL/JDBC support
|
Modifier and Type | Method and Description |
---|---|
static <T> SimpleOperation<T> |
Expressions.operation(Class<? extends T> type,
Operator operator,
Expression<?>... args)
Create a new Operation expression
|
static <T> SimpleOperation<T> |
Expressions.simpleOperation(Class<? extends T> type,
Operator operator,
Expression<?>... args)
Create a new Operation expression
|
Modifier and Type | Class and Description |
---|---|
class |
WindowOver<T>
WindowOver is the first part of a WindowFunction construction |
class |
WithinGroup<T>
WithinGroup is a builder for WITHIN GROUP constructs |
Copyright © 2007–2016 Querydsl. All rights reserved.