| Package | Description |
|---|---|
| com.mysema.query |
Contains basic Query elements
|
| com.mysema.query.group | |
| com.mysema.query.support |
Various support classes
|
| Modifier and Type | Method and Description |
|---|---|
T |
ResultTransformer.transform(Projectable projectable) |
| Modifier and Type | Method and Description |
|---|---|
List<V> |
GroupByList.transform(Projectable projectable) |
com.mysema.commons.lang.CloseableIterator<V> |
GroupByIterate.transform(Projectable projectable) |
Map<K,V> |
GroupByMap.transform(Projectable projectable) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectableAdapter<P extends Projectable>
ProjectableAdapter is an adapter implementation for the Projectable interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectableAdapter<P extends Projectable>
ProjectableAdapter is an adapter implementation for the Projectable interface
|
class |
ProjectableQuery<Q extends ProjectableQuery<Q>>
ProjectableQuery extends the
QueryBase class to provide default
implementations of the methods of the Projectable interface |
| Constructor and Description |
|---|
SimpleProjectableAdapter(SimpleQuery<?> query,
Projectable projectable,
Expression<T> projection) |
Copyright © 2007–2015 Querydsl. All rights reserved.