| 程序包 | 说明 |
|---|---|
| net.hasor.db.dal.execute |
dynamicSql 执行器,支持 Statement、Prepared、Callable。
|
| net.hasor.db.dal.repository |
负责解析配置文件并构建和管路 dynamicSql,同时提供注解 @RefMapper 的解析。
|
| net.hasor.db.dal.repository.config | |
| net.hasor.db.dal.repository.parser | |
| net.hasor.db.dal.session |
| 类和说明 |
|---|
| MultipleResultsType
在处理多结果集的时结果集保留策略。
|
| ResultSetType
FORWARD_ONLY,SCROLL_SENSITIVE, SCROLL_INSENSITIVE 或 DEFAULT(等价于 unset) 中的一个,默认值为 unset (依赖数据库驱动)。
|
| 类和说明 |
|---|
| DalRegistry
Mapper 配置中心
|
| MultipleResultsType
在处理多结果集的时结果集保留策略。
|
| QueryType
查询类型
|
| ResultSetType
FORWARD_ONLY,SCROLL_SENSITIVE, SCROLL_INSENSITIVE 或 DEFAULT(等价于 unset) 中的一个,默认值为 unset (依赖数据库驱动)。
|
| StatementType
使用 Statement 方式。
|
| 类和说明 |
|---|
| MultipleResultsType
在处理多结果集的时结果集保留策略。
|
| QueryType
查询类型
|
| ResultSetType
FORWARD_ONLY,SCROLL_SENSITIVE, SCROLL_INSENSITIVE 或 DEFAULT(等价于 unset) 中的一个,默认值为 unset (依赖数据库驱动)。
|
| StatementType
使用 Statement 方式。
|
| 类和说明 |
|---|
| QueryType
查询类型
|
| 类和说明 |
|---|
| DalRegistry
Mapper 配置中心
|
Copyright © 2021. All rights reserved.