public interface IConflictUpdate<T>
| 限定符和类型 | 方法和说明 |
|---|---|
IConflictUpdate<T> |
ignore(Getter<T>... fields)
忽略字段
|
IConflictUpdate<T> |
overwrite(Getter<T>... fields)
覆盖字段
|
IConflictUpdate<T> |
overwriteAll()
覆盖所有修改字段
除主键外
|
IConflictUpdate<T> |
set(Getter<T> field,
Object value)
设置值
|
IConflictUpdate<T> set(Getter<T> field, Object value)
field - value - IConflictUpdate<T> overwrite(Getter<T>... fields)
fields - IConflictUpdate<T> overwriteAll()
IConflictUpdate<T> ignore(Getter<T>... fields)
fields - Copyright © 2025. All rights reserved.