public interface ConditionTypeMapper
| 限定符和类型 | 方法和说明 |
|---|---|
ConditionExpressionSqlString |
map(ConditionType type,
String paramName,
Object val)
向sql中注入条件表达式
|
boolean |
matched(ConditionType type) |
boolean matched(ConditionType type)
ConditionExpressionSqlString map(ConditionType type, String paramName, Object val)
type - 条件类型paramName - 参数名称val - 参数值Copyright © 2022. All rights reserved.