| 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> T |
Projectable.transform(ResultTransformer<T> transformer)
Apply the given transformer to this Projectable instance and return the results
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupBy<K,V>
Groups results by the first expression.
|
class |
GroupByProjection<K,V>
GroupByProjection provides projection of the Group results via the transform template method
|
| Modifier and Type | Method and Description |
|---|---|
ResultTransformer<java.util.Map<K,Group>> |
GroupByBuilder.as(Expression<?>... expressions) |
<V> ResultTransformer<java.util.Map<K,V>> |
GroupByBuilder.as(Expression<V> expression) |
<V> ResultTransformer<java.util.Map<K,V>> |
GroupByBuilder.as(FactoryExpression<V> expression) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ProjectableQuery.transform(ResultTransformer<T> transformer) |
<T> T |
ProjectableAdapter.transform(ResultTransformer<T> transformer) |
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.