|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.sql.UnionImpl<Q,RT>
Q
- RT
- public class UnionImpl<Q extends Query & Projectable,RT>
Default implementation of the Union interface
Constructor Summary | |
---|---|
UnionImpl(Q query,
List<? extends Expression<?>> projection)
|
Method Summary | |
---|---|
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 |
List<RT> |
list()
Get the projection as a typed List |
Union<RT> |
orderBy(OrderSpecifier<?>... o)
Define the ordering of the query results |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnionImpl(Q query, List<? extends Expression<?>> projection)
Method Detail |
---|
public List<RT> list()
Union
list
in interface Union<RT>
public com.mysema.commons.lang.CloseableIterator<RT> iterate()
Union
iterate
in interface Union<RT>
public Union<RT> groupBy(Expression<?>... o)
Union
groupBy
in interface Union<RT>
public Union<RT> having(Predicate... o)
Union
having
in interface Union<RT>
public Union<RT> orderBy(OrderSpecifier<?>... o)
Union
orderBy
in interface Union<RT>
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |