com.mysema.query.sql.dml
Class SQLMergeBatch

java.lang.Object
  extended by com.mysema.query.sql.dml.SQLMergeBatch

@Immutable
public class SQLMergeBatch
extends Object

SQLMergeBatch defines the state of an SQL MERGE batch item

Author:
tiwe

Constructor Summary
SQLMergeBatch(List<Path<?>> k, List<Path<?>> c, List<Expression<?>> v, SubQueryExpression<?> sq)
           
 
Method Summary
 List<Path<?>> getColumns()
           
 List<Path<?>> getKeys()
           
 SubQueryExpression<?> getSubQuery()
           
 List<Expression<?>> getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLMergeBatch

public SQLMergeBatch(List<Path<?>> k,
                     List<Path<?>> c,
                     List<Expression<?>> v,
                     @Nullable
                     SubQueryExpression<?> sq)
Method Detail

getKeys

public List<Path<?>> getKeys()

getColumns

public List<Path<?>> getColumns()

getValues

public List<Expression<?>> getValues()

getSubQuery

public SubQueryExpression<?> getSubQuery()


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