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(com.google.common.collect.ImmutableList<Expression<?>> exprs)
Create a Tuple typed projection for the given expressions
|
Copyright © 2007–2016 Querydsl. All rights reserved.