|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.sql.AbstractSQLQuery.UnionBuilder<RT>
public class AbstractSQLQuery.UnionBuilder<RT>
| Constructor Summary | |
|---|---|
AbstractSQLQuery.UnionBuilder()
|
|
| Method Summary | |
|---|---|
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 |
AbstractSQLQuery.UnionBuilder<RT> |
orderBy(OrderSpecifier<?>... o)
Define the ordering of the query results |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractSQLQuery.UnionBuilder()
| Method Detail |
|---|
public java.util.List<RT> list()
Union
list in interface Union<RT>public com.mysema.commons.lang.CloseableIterator<RT> iterate()
Union
iterate in interface Union<RT>public AbstractSQLQuery.UnionBuilder<RT> orderBy(OrderSpecifier<?>... o)
Union
orderBy in interface Union<RT>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||