程序包 | 说明 |
---|---|
org.nutz.dao |
这是 Nutz 最重要的包之一,它主要围绕着 org.nutz.dao.Dao 接口提供了一系列的功能
总之,啥都别说了,光看看名字就晓得是干啥用的了。
|
org.nutz.dao.impl |
Dao的实现
|
org.nutz.dao.impl.sql.run |
限定符和类型 | 字段和说明 |
---|---|
protected DaoExecutor |
DaoInterceptorChain.executor |
限定符和类型 | 方法和说明 |
---|---|
void |
DaoInterceptorChain.setExecutor(DaoExecutor executor)
设置DaoExecutor.
|
限定符和类型 | 字段和说明 |
---|---|
protected DaoExecutor |
DaoSupport.executor
给子类使用的 Dao 语句执行器,用来具体运行某一条语句
|
限定符和类型 | 方法和说明 |
---|---|
void |
DaoSupport.setExecutor(DaoExecutor executor)
设置一个新的 Dao 语句执行器
|
限定符和类型 | 类和说明 |
---|---|
class |
NutDaoExecutor |
Copyright © 2017. All rights reserved.