RT
- return type of projectionpublic interface Union<RT>
Modifier and Type | Method and Description |
---|---|
Union<RT> |
groupBy(Expression<?>... o)
Defines the grouping/aggregation expressions
|
Union<RT> |
having(Predicate... o)
Defines the filters for aggregation
|
com.mysema.commons.lang.CloseableIterator<RT> |
iterate()
Get the projection as a typed Iterator
|
java.util.List<RT> |
list()
Get the projection as a typed List
|
Union<RT> |
orderBy(OrderSpecifier<?>... o)
Define the ordering of the query results
|
java.util.List<RT> list()
com.mysema.commons.lang.CloseableIterator<RT> iterate()
Union<RT> groupBy(Expression<?>... o)
o
- Union<RT> orderBy(OrderSpecifier<?>... o)
o
- Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.