public class SQLUpdateBatch extends Object
SQLUpdateBatch
defines the state of an SQL UPDATE batch itemConstructor 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–2016 Querydsl. All rights reserved.