com.mysema.query.sql
Interface Union<RT>

Type Parameters:
RT - return type of projection
All Known Implementing Classes:
UnionImpl

public interface Union<RT>

Union defines an interface for Union queries

Author:
tiwe

Method Summary
 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
 

Method Detail

list

List<RT> list()
Get the projection as a typed List

Returns:

iterate

com.mysema.commons.lang.CloseableIterator<RT> iterate()
Get the projection as a typed Iterator

Returns:

orderBy

Union<RT> orderBy(OrderSpecifier<?>... o)
Define the ordering of the query results

Parameters:
o -
Returns:


Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.