| 程序包 | 说明 |
|---|---|
| org.rdlinux.ezmybatis.core.sqlstruct | |
| org.rdlinux.ezmybatis.core.sqlstruct.condition | |
| org.rdlinux.ezmybatis.core.sqlstruct.converter.mysql |
| 构造器和说明 |
|---|
Having(List<Condition> conditions) |
Where(List<Condition> conditions) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ArgCompareArgCondition
对比参数
|
class |
ExistsCondition |
class |
GroupCondition
条件分组
|
class |
SqlCondition
表列对比条件
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<Condition> |
ConditionBuilder.conditions |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Condition> |
GroupCondition.getConditions() |
| 构造器和说明 |
|---|
ConditionBuilder(ParentBuilder parentBuilder,
List<Condition> conditions,
Table table,
Table otherTable) |
GroupCondition(boolean sure,
List<Condition> conditions,
AndOr andOr) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected static StringBuilder |
MySqlWhereConverter.conditionsToSql(Converter.Type type,
StringBuilder sqlBuilder,
org.apache.ibatis.session.Configuration configuration,
MybatisParamHolder mybatisParamHolder,
List<Condition> conditions) |
Copyright © 2024. All Rights Reserved.