public class ManipulationOption extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
boolean |
batch
是否启用批处理
|
Set<String> |
excludeColumnSet
排除字段
|
Set<String> |
partColumnSet
部分更新字段
|
Integer |
perBatchCount
每次最大更新个数(为空则取默认值)
|
boolean |
returnGeneratedKeys
是否返回自增id
|
Set<String> |
uniqueFieldNames
唯一字段
|
UpdateType |
updateType
更新类型(默认自动选择)
|
| 构造器和说明 |
|---|
ManipulationOption() |
public boolean returnGeneratedKeys
public boolean batch
public Integer perBatchCount
public UpdateType updateType
Copyright © 2024. All rights reserved.