| Package | Description |
|---|---|
| com.querydsl.core.types |
Expression types
|
| Modifier and Type | Method and Description |
|---|---|
static QTuple |
Projections.tuple(Expression<?>... exprs)
Create a Tuple typed projection for the given expressions
|
static QTuple |
Projections.tuple(Expression<?>[]... exprs)
Create a Tuple typed projection for the given expressions
|
static QTuple |
Projections.tuple(java.util.List<Expression<?>> exprs)
Create a Tuple typed projection for the given expressions
|
Copyright © 2007–2021 Querydsl. All rights reserved.