| 程序包 | 说明 |
|---|---|
| cn.schoolwow.quickdao.dao.condition | |
| cn.schoolwow.quickdao.dao.response | |
| cn.schoolwow.quickdao.domain |
| 限定符和类型 | 方法和说明 |
|---|---|
Condition<T> |
Condition.union(Condition<T> condition,
UnionType unionType)
添加联合查询,需确保返回字段个数和含义一致
|
Condition<T> |
AbstractCondition.union(Condition<T> condition,
UnionType unionType) |
| 限定符和类型 | 方法和说明 |
|---|---|
static UnionType |
UnionType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static UnionType[] |
UnionType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 字段和说明 |
|---|---|
UnionType |
Query.unionType
union类型
|
Copyright © 2019. All rights reserved.