Package | Description |
---|---|
com.querydsl.core.types |
Expression types
|
Modifier and Type | Method and Description |
---|---|
static <T> ArrayConstructorExpression<T> |
Projections.array(Class<T[]> type,
Expression<T>... exprs)
Create a typed array projection for the given type and expressions
|
Copyright © 2007–2016 Querydsl. All rights reserved.