public class SqlUpdateExpression extends SqlConditionGroupExpression
SqlDeleteExpression
.jdbcclassMapping, sqlPageFactory, typeQueryEntitydialect, ignorePolicy, parent| 构造器和说明 |
|---|
SqlUpdateExpression(Jdbc jdbc,
cn.featherfly.common.db.builder.dml.basic.SqlUpdateSetBasicBuilder builder)
Instantiates a new sql update expression.
|
SqlUpdateExpression(Jdbc jdbc,
cn.featherfly.common.db.builder.dml.basic.SqlUpdateSetBasicBuilder builder,
cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping)
Instantiates a new sql update expression.
|
SqlUpdateExpression(Jdbc jdbc,
cn.featherfly.common.db.builder.dml.basic.SqlUpdateSetBasicBuilder builder,
cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping,
java.util.function.Predicate<java.lang.Object> ignorePolicy)
Instantiates a new sql update expression.
|
SqlUpdateExpression(Jdbc jdbc,
cn.featherfly.common.db.builder.dml.basic.SqlUpdateSetBasicBuilder builder,
java.util.function.Predicate<java.lang.Object> ignorePolicy)
Instantiates a new sql update expression.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
build() |
java.util.List<java.lang.Object> |
getParams()
Gets the params.
|
createGroup, executeand, and, co, co, co, endGroup, eq, eq, eq, ew, ew, ew, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, getQueryAlias, getRoot, group, group, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, in, in, in, inn, inn, inn, inn, isn, isn, isn, isn, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, lk, lk, lk, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, ne, ne, ne, nin, nin, nin, or, or, property, property, property, property, property, property, propertyDate, propertyDate, propertyEnum, propertyEnum, propertyNumber, propertyNumber, propertyString, propertyString, setIgnorePolicy, setQueryAlias, supplier, sw, sw, sw, toStringaddCondition, conditionResult, conditionResult, expression, getConditions, getIgnorePolicy, getParam, getPropertyName, supplierclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, ge, gegt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gt, gtle, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, le, lelt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, lt, ltpublic SqlUpdateExpression(Jdbc jdbc, cn.featherfly.common.db.builder.dml.basic.SqlUpdateSetBasicBuilder builder)
jdbc - the jdbcbuilder - the builderpublic SqlUpdateExpression(Jdbc jdbc, cn.featherfly.common.db.builder.dml.basic.SqlUpdateSetBasicBuilder builder, java.util.function.Predicate<java.lang.Object> ignorePolicy)
jdbc - the jdbcbuilder - the builderignorePolicy - the ignore policypublic SqlUpdateExpression(Jdbc jdbc, cn.featherfly.common.db.builder.dml.basic.SqlUpdateSetBasicBuilder builder, cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping)
jdbc - the jdbcbuilder - the builderclassMapping - the class mappingpublic SqlUpdateExpression(Jdbc jdbc, cn.featherfly.common.db.builder.dml.basic.SqlUpdateSetBasicBuilder builder, cn.featherfly.common.repository.mapping.ClassMapping<?> classMapping, java.util.function.Predicate<java.lang.Object> ignorePolicy)
jdbc - the jdbcbuilder - the builderclassMapping - the class mappingignorePolicy - the ignore policypublic java.lang.String build()
build 在接口中 cn.featherfly.common.repository.builder.Builderbuild 在类中 AbstractSqlConditionExpression<cn.featherfly.hammer.dsl.execute.ExecutableConditionGroupLogicExpression>public java.util.List<java.lang.Object> getParams()
getParams 在类中 AbstractSqlConditionExpression<cn.featherfly.hammer.dsl.execute.ExecutableConditionGroupLogicExpression>