| 程序包 | 说明 |
|---|---|
| net.hasor.db.dal.repository |
负责解析配置文件并构建和管路 dynamicSql,同时提供注解 @RefMapper 的解析。
|
| net.hasor.db.dal.repository.config | |
| net.hasor.db.dal.repository.parser |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryType |
QueryType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static QueryType |
QueryType.valueOfTag(String xmlTag) |
static QueryType[] |
QueryType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
QueryType |
DeleteSqlConfig.getDynamicType() |
abstract QueryType |
DmlSqlConfig.getDynamicType() |
QueryType |
QuerySqlConfig.getDynamicType() |
QueryType |
UpdateSqlConfig.getDynamicType() |
QueryType |
InsertSqlConfig.getDynamicType() |
QueryType |
SegmentSqlConfig.getDynamicType() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected QueryType |
XmlDynamicResolve.getQueryType(String elementName) |
Copyright © 2021. All rights reserved.