public class SQLUpdateBatch extends Object
| Constructor and Description | 
|---|
| SQLUpdateBatch(QueryMetadata metadata,
              List<com.mysema.commons.lang.Pair<Path<?>,Expression<?>>> updates) | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryMetadata | getMetadata() | 
| List<com.mysema.commons.lang.Pair<Path<?>,Expression<?>>> | getUpdates() | 
public SQLUpdateBatch(QueryMetadata metadata, List<com.mysema.commons.lang.Pair<Path<?>,Expression<?>>> updates)
public QueryMetadata getMetadata()
public List<com.mysema.commons.lang.Pair<Path<?>,Expression<?>>> getUpdates()
Copyright © 2007–2015 Querydsl. All rights reserved.