接口 MutableUpdate
- 所有超级接口:
Executable<Integer>,Filterable
- 所有已知实现类:
MutableUpdateImpl
-
方法概要
修饰符和类型方法说明<X> MutableUpdateset(PropExpression<X> path, Expression<X> value) <X> MutableUpdateset(PropExpression<X> path, X value) Add some predicates(logical and)从接口继承的方法 org.babyfish.jimmer.sql.ast.Executable
execute, execute从接口继承的方法 org.babyfish.jimmer.sql.ast.query.Filterable
whereIf, whereIf
-
方法详细资料
-
set
-
set
-
where
从接口复制的说明:FilterableAdd some predicates(logical and)- 指定者:
where在接口中Filterable- 参数:
predicates- Predicates, everything one can be null- 返回:
- Return the current object to support chain programming style
-