| Package | Description |
|---|---|
| com.querydsl.core.types |
Contains Querydsl grammar 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(com.google.common.collect.ImmutableList<Expression<?>> args)
Create a new List typed projection for the given expressions
|
Copyright © 2007–2015 Mysema Ltd. All rights reserved.