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 com.mysema.query.types.Expression<?> combineUnion(com.mysema.query.types.SubQueryExpression<?>[] union, com.mysema.query.types.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 com.mysema.query.types.Expression<?> combineUnion(com.mysema.query.types.SubQueryExpression<?>[] union,
                                                                com.mysema.query.types.Path<?> alias,
                                                                SQLTemplates templates,
                                                                boolean unionAll)


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