| Package | Description |
|---|---|
| com.querydsl.core |
Contains basic Query elements
|
| com.querydsl.core.types |
Contains Querydsl grammar types
|
| com.querydsl.core.types.dsl |
Operations represent typed operations with operator and arguments
|
| Modifier and Type | Method and Description |
|---|---|
FetchableQuery<Tuple,?> |
FetchableQuery.select(Expression<?>... exprs)
Change the projection of this query
|
| Modifier and Type | Method and Description |
|---|---|
Tuple |
QTuple.newInstance(Object... a) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
MappingProjection.map(Tuple row)
Creates a result object from the given row.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleExpression<Tuple> |
Expressions.list(SimpleExpression<?>... exprs)
Combine the given expressions into a list expression
|
Copyright © 2007–2015 Mysema Ltd. All rights reserved.