com.mysema.query.sql
Class UnionUtils

java.lang.Object
  extended by com.mysema.query.sql.UnionUtils

public final class UnionUtils
extends Object

UnionUtils provides static utility methods for Union handling

Author:
tiwe

Method Summary
static Expression<?> combineUnion(SubQueryExpression<?>[] union, Path<?> alias, SQLTemplates templates, boolean unionAll)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

combineUnion

public static Expression<?> combineUnion(SubQueryExpression<?>[] union,
                                         Path<?> alias,
                                         SQLTemplates templates,
                                         boolean unionAll)


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