public class SQLMergeBatch extends Object
| Constructor and Description | 
|---|
| SQLMergeBatch(List<Path<?>> k,
             List<Path<?>> c,
             List<Expression<?>> v,
             SubQueryExpression<?> sq) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Path<?>> | getColumns() | 
| List<Path<?>> | getKeys() | 
| SubQueryExpression<?> | getSubQuery() | 
| List<Expression<?>> | getValues() | 
public SQLMergeBatch(List<Path<?>> k, List<Path<?>> c, List<Expression<?>> v, @Nullable SubQueryExpression<?> sq)
public List<Expression<?>> getValues()
public SubQueryExpression<?> getSubQuery()
Copyright © 2007–2015 Querydsl. All rights reserved.