com.mysema.query.sql.dml
Class SQLMergeBatch
java.lang.Object
  
com.mysema.query.sql.dml.SQLMergeBatch
@Immutable
public class SQLMergeBatch
- extends Object
 
SQLMergeBatch defines the state of an SQL MERGE batch item
- Author:
 
  - tiwe
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SQLMergeBatch
public SQLMergeBatch(List<Path<?>> k,
                     List<Path<?>> c,
                     List<Expression<?>> v,
                     @Nullable
                     SubQueryExpression<?> sq)
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.