| 程序包 | 说明 |
|---|---|
| cool.lazy.cat.orm.core.jdbc.analyzer | |
| cool.lazy.cat.orm.core.jdbc.sql.printer | |
| cool.lazy.cat.orm.core.jdbc.sql.string.keyword | |
| cool.lazy.cat.orm.core.jdbc.sql.structure |
| 限定符和类型 | 方法和说明 |
|---|---|
WhereSqlString<?> |
ConditionAnalyzer.analysis(Class<? extends SqlType> type,
Class<?> pojoType,
FieldAccessor fieldAccessor,
SqlCondition sqlCondition)
解析查询条件
|
WhereSqlString<?> |
DefaultConditionAnalyzer.analysis(Class<? extends SqlType> type,
Class<?> pojoType,
FieldAccessor fieldAccessor,
SqlCondition sqlCondition) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
DefaultConditionAnalyzer.recursionRender(Class<? extends SqlType> type,
WhereSqlString<?> whereSqlString,
CombinationType combinationType,
ConditionGroup conditionGroup,
FieldAccessor fieldAccessor,
SqlCondition condition)
注入参数名与参数值的映射
|
protected void |
DefaultConditionAnalyzer.render(Class<? extends SqlType> type,
WhereSqlString<ConditionSqlString> whereSqlString,
FieldAccessor fieldAccessor,
SqlCondition condition) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
ConditionSqlPrinter.merge(WhereSqlString<?> analysisWhere,
SqlStructure sqlStructure,
SqlParameterMapping sqlParameterMapping,
ParameterMapping currentlyProcessed) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
WhereSqlStringImpl<S extends ConditionSqlString> |
| 限定符和类型 | 方法和说明 |
|---|---|
WhereSqlString<?> |
DMLSqlStructureImpl.getWhere() |
WhereSqlString<?> |
DQLSqlStructureImpl.getWhere() |
WhereSqlString<?> |
SqlStructure.getWhere() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DMLSqlStructureImpl.setWhere(WhereSqlString<?> where) |
void |
DQLSqlStructureImpl.setWhere(WhereSqlString<?> where) |
void |
SqlStructure.setWhere(WhereSqlString<?> where) |
Copyright © 2022. All rights reserved.