public abstract class BaseUpdate<T extends BaseUpdate<T>> extends AbstractUpdate<T,MybatisCmdFactory> implements Timeoutable<T>
| 限定符和类型 | 字段和说明 |
|---|---|
protected Integer |
timeout |
$, conditionFactory, from, joins, updateSets, updateTable, wherecmds| 构造器和说明 |
|---|
BaseUpdate() |
BaseUpdate(MybatisCmdFactory mybatisCmdFactory) |
BaseUpdate(Where where) |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
from(Class... entities) |
T |
from(db.sql.api.cmd.basic.IDataset<?,?>... tables) |
T |
from(int storey,
Class... entities) |
List<db.sql.api.cmd.listener.SQLListener> |
getSQLListeners() |
Integer |
getTimeout() |
protected void |
initCmdSorts(Map<Class<? extends Cmd>,Integer> cmdSorts) |
T |
timeout(Integer timeout) |
T |
update(Class... entities) |
T |
update(Table... tables)
以下为去除警告
|
$, $, $, $, $, $, $, $from, $join, $update, $where, and, from, getFrom, getJoins, getUpdateSets, getUpdateTable, getWhere, join, join, join, or, set, set, set, set, set, set, set, sql, updateappend, cmds, cmdSorts, contain, dbAdapt, selectorExecuteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconditionChain, set, set, setsetfrom, frominnerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoin, rightJoinforSearch, forSearch, ignoreEmptyInCondition, ignoreNullValueInCondition, trimStringInConditionand, and, and, and, and, and, and, and, and, and, and, andNested, between, between, empty, empty, eq, eq, eq, exists, gt, gt, gt, gte, gte, gte, iLike, iLike, in, in, in, in, in, in, isNotNull, isNotNull, isNull, isNull, like, like, lt, lt, lt, lte, lte, lte, ne, ne, ne, notBetween, notBetween, notEmpty, notEmpty, notExists, notILike, notILike, notIn, notIn, notIn, notIn, notIn, notIn, notLike, notLike, or, or, or, or, or, or, or, or, or, or, or, orNestediLike, like, notILike, notLikeeq, eq, eq, eq, eq, eqeq, eqne, ne, ne, ne, ne, nene, negt, gt, gt, gt, gt, gtgt, gtgte, gte, gte, gte, gte, gtegte, gtelt, lt, lt, lt, lt, ltlt, ltlte, lte, lte, lte, lte, ltelte, ltelike, like, like, like, like, like, likelike, like, like, likenotLike, notLike, notLike, notLike, notLike, notLike, notLikenotLike, notLike, notLike, notLikeiLike, iLike, iLike, iLike, iLike, iLike, iLikeiLike, iLike, iLike, iLikenotILike, notILike, notILike, notILike, notILike, notILike, notILikenotILike, notILike, notILike, notILikebetween, between, between, between, betweenbetween, between, between, between, between, between, between, between, betweennotBetween, notBetween, notBetween, notBetween, notBetweennotBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetweenisNull, isNullisNotNull, isNotNullempty, empty, emptynotEmpty, notEmpty, notEmptyin, in, in, in, in, in, in, in, innotIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notInexists, notExistsandNested, orNestedcmds, cmdSorts, comparator, connect, connect, selectorExecute, sortedCmdsprotected Integer timeout
public BaseUpdate()
public BaseUpdate(MybatisCmdFactory mybatisCmdFactory)
public BaseUpdate(Where where)
public T timeout(Integer timeout)
timeout 在接口中 Timeoutable<T extends BaseUpdate<T>>public Integer getTimeout()
getTimeout 在接口中 Timeoutable<T extends BaseUpdate<T>>protected void initCmdSorts(Map<Class<? extends Cmd>,Integer> cmdSorts)
initCmdSorts 在类中 AbstractUpdate<T extends BaseUpdate<T>,MybatisCmdFactory>public List<db.sql.api.cmd.listener.SQLListener> getSQLListeners()
getSQLListeners 在接口中 db.sql.api.cmd.executor.IExecutor<T extends BaseUpdate<T>,Table,TableField>@SafeVarargs public final T update(Table... tables)
update 在接口中 db.sql.api.cmd.executor.IUpdate<T extends BaseUpdate<T>,Table,TableField,Cmd,Object,ConditionChain,UpdateTable,From,Join,On,Where>update 在接口中 db.sql.api.cmd.executor.method.IUpdateMethod<T extends BaseUpdate<T>,Table,TableField,Object>@SafeVarargs public final T update(Class... entities)
update 在接口中 db.sql.api.cmd.executor.method.IUpdateMethod<T extends BaseUpdate<T>,Table,TableField,Object>update 在类中 AbstractUpdate<T extends BaseUpdate<T>,MybatisCmdFactory>@SafeVarargs public final T from(db.sql.api.cmd.basic.IDataset<?,?>... tables)
from 在接口中 db.sql.api.cmd.executor.IUpdate<T extends BaseUpdate<T>,Table,TableField,Cmd,Object,ConditionChain,UpdateTable,From,Join,On,Where>from 在接口中 db.sql.api.cmd.executor.method.IFromMethod<T extends BaseUpdate<T>,Table,TableField>@SafeVarargs public final T from(Class... entities)
from 在接口中 db.sql.api.cmd.executor.method.IFromMethod<T extends BaseUpdate<T>,Table,TableField>@SafeVarargs public final T from(int storey, Class... entities)
from 在接口中 db.sql.api.cmd.executor.method.IFromMethod<T extends BaseUpdate<T>,Table,TableField>Copyright © 2025. All rights reserved.