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