Class UnionImpl<T,Q extends ProjectableSQLQuery<T,Q> & Query<Q>>

java.lang.Object
com.querydsl.sql.UnionImpl<T,Q>
Type Parameters:
T - result type
Q - concrete query type
All Implemented Interfaces:
Fetchable<T>, Expression<T>, SubQueryExpression<T>, Union<T>, Serializable

public class UnionImpl<T,Q extends ProjectableSQLQuery<T,Q> & Query<Q>> extends Object implements Union<T>
Default implementation of the Union interface
Author:
tiwe
See Also:
  • Constructor Details

    • UnionImpl

      public UnionImpl(Q query)
  • Method Details