接口 SqlConditionBuilder
- 所有超级接口:
cn.featherfly.common.repository.builder.Builder,cn.featherfly.common.repository.builder.dml.ConditionBuilder,cn.featherfly.common.repository.builder.dml.Expression,cn.featherfly.common.repository.builder.dml.ExpressionBuilder,cn.featherfly.common.repository.builder.dml.ParamedExpression,SqlBuilder
- 所有已知实现类:
SqlConditionGroup
public interface SqlConditionBuilder extends cn.featherfly.common.repository.builder.dml.ConditionBuilder, SqlBuilder
SqlConditoinBuilder
-
方法概要
修饰符和类型 方法 说明 cn.featherfly.common.repository.builder.dml.ConditionBuilderwhere()进入条件表达式从接口继承的方法 cn.featherfly.common.repository.builder.Builder
build从接口继承的方法 cn.featherfly.common.repository.builder.dml.Expression
build从接口继承的方法 cn.featherfly.common.repository.builder.dml.ExpressionBuilder
co, eq, ew, ge, group, gt, in, inn, isn, le, lt, ne, nin, sw从接口继承的方法 cn.featherfly.common.repository.builder.dml.ParamedExpression
getParamValue
-
方法详细资料
-
where
cn.featherfly.common.repository.builder.dml.ConditionBuilder where()进入条件表达式
- 返回:
- ConditionBuilder
-