| 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 |
|---|---|
Map<K,V> |
GroupBy.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-2013 Mysema Ltd. All Rights Reserved.