public class EntityUpdateWithWhereContext<T> extends SQLCmdUpdateContext
execution, sql, sqlBuilderContext| 构造器和说明 |
|---|
EntityUpdateWithWhereContext(TableInfo tableInfo,
T t,
Where where) |
EntityUpdateWithWhereContext(TableInfo tableInfo,
T t,
Where where,
boolean allFieldForce) |
EntityUpdateWithWhereContext(TableInfo tableInfo,
T t,
Where where,
boolean allFieldForce,
Set<String> forceFields) |
EntityUpdateWithWhereContext(TableInfo tableInfo,
T t,
Where where,
Set<String> forceFields) |
sqlgetDbType, getExecution, getParameters, initpublic EntityUpdateWithWhereContext(TableInfo tableInfo, T t, Where where)
public EntityUpdateWithWhereContext(TableInfo tableInfo, T t, Where where, Set<String> forceFields)
public EntityUpdateWithWhereContext(TableInfo tableInfo, T t, Where where, boolean allFieldForce)
Copyright © 2025. All rights reserved.