public class SQLUpdateBatch extends Object
SQLUpdateBatch defines the state of an SQL UPDATE batch item| Constructor and Description |
|---|
SQLUpdateBatch(QueryMetadata metadata,
Map<Path<?>,Expression<?>> updates) |
| Modifier and Type | Method and Description |
|---|---|
QueryMetadata |
getMetadata() |
Map<Path<?>,Expression<?>> |
getUpdates() |
public SQLUpdateBatch(QueryMetadata metadata, Map<Path<?>,Expression<?>> updates)
public QueryMetadata getMetadata()
public Map<Path<?>,Expression<?>> getUpdates()
Copyright © 2007–2015 Mysema Ltd. All rights reserved.