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