| 程序包 | 说明 |
|---|---|
| com.ds.common.query |
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<Condition<T,V>> |
Condition.childConditionList |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Condition<T,V>> |
Condition.getChildConditionList() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Condition.addCondition(Condition<T,V> condition,
JoinOperator joinType)
在当前条件中添加一个子条件,将使用joinType中定义的方法连接到主查询上
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Condition.setChildConditionList(List<Condition<T,V>> childConditionList) |
Copyright © 2023 onecode. All rights reserved.