Package | Description |
---|---|
com.querydsl.core.group |
Aggregating post processing functionality
|
com.querydsl.core.types |
Expression types
|
Modifier and Type | Class and Description |
---|---|
class |
QPair<K,V>
A pair of (Map) key and value
|
Modifier and Type | Method and Description |
---|---|
static <T> ConstructorExpression<T> |
Projections.constructor(Class<? extends T> type,
Class<?>[] paramTypes,
Expression<?>... exprs)
Create a constructor invocation projection for given type, parameter types and expressions
|
static <T> ConstructorExpression<T> |
Projections.constructor(Class<? extends T> type,
Class<?>[] paramTypes,
com.google.common.collect.ImmutableList<Expression<?>> exprs)
Create a constructor invocation projection for given type, parameter types and expressions
|
static <T> ConstructorExpression<T> |
Projections.constructor(Class<? extends T> type,
Expression<?>... exprs)
Create a constructor invocation projection for the given type and expressions
|
Copyright © 2007–2016 Querydsl. All rights reserved.