Uses of Interface
com.querydsl.sql.Union
Packages that use Union
-
Uses of Union in com.querydsl.sql
Classes in com.querydsl.sql that implement UnionModifier and TypeClassDescriptionclassUnionImpl<T,Q extends ProjectableSQLQuery<T, Q> & Query<Q>> Default implementation of the Union interfaceMethods in com.querydsl.sql that return UnionModifier and TypeMethodDescriptionUnion.groupBy(Expression<?>... o) Defines the grouping/aggregation expressionsUnionImpl.groupBy(Expression<?>... o) Defines the filters for aggregationUnion.orderBy(OrderSpecifier<?>... o) Define the ordering of the query resultsUnionImpl.orderBy(OrderSpecifier<?>... o) <RT> Union<RT>ProjectableSQLQuery.union(SubQueryExpression<RT>... sq) Creates an union expression for the given subqueries<RT> Union<RT>ProjectableSQLQuery.union(List<SubQueryExpression<RT>> sq) Creates an union expression for the given subqueriesstatic <T> Union<T>SQLExpressions.union(SubQueryExpression<T>... sq) Create a new UNION clausestatic <T> Union<T>SQLExpressions.union(List<SubQueryExpression<T>> sq) Create a new UNION clause<RT> Union<RT>ProjectableSQLQuery.unionAll(SubQueryExpression<RT>... sq) Creates an union expression for the given subqueries<RT> Union<RT>ProjectableSQLQuery.unionAll(List<SubQueryExpression<RT>> sq) Creates an union expression for the given subqueriesstatic <T> Union<T>SQLExpressions.unionAll(SubQueryExpression<T>... sq) Create a new UNION ALL clausestatic <T> Union<T>SQLExpressions.unionAll(List<SubQueryExpression<T>> sq) Create a new UNION ALL clause