buildUpdateByEntityNoN
public static IUpdate buildUpdateByEntityNoN(Supplier<IUpdate> supplier,
IEntity update,
IEntity where)
根据entity非空字段构建update和where条件
- 参数:
supplier - IUpdate supplier
update - 按Entity非空属性更新对应字段
where - 按Entity非空属性构造条件
- 返回:
- IUpdate