| Package | Description |
|---|---|
| org.nutz.dao |
这是 Nutz 最重要的包之一,它主要围绕着 org.nutz.dao.Dao 接口提供了一系列的功能
|
| org.nutz.dao.impl |
Dao的实现
|
| Modifier and Type | Method and Description |
|---|---|
SqlManager |
Dao.sqls() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSqlManager |
class |
FileSqlManager
基于行解析的SqlManager
|
| Modifier and Type | Field and Description |
|---|---|
protected SqlManager |
DaoSupport.sqlManager
SQL 管理接口实现类
|
| Modifier and Type | Method and Description |
|---|---|
SqlManager |
DaoSupport.sqls() |
| Modifier and Type | Method and Description |
|---|---|
void |
DaoSupport.setSqlManager(SqlManager sqls)
设置一个新的 Sql 管理接口实例
|
| Constructor and Description |
|---|
NutDao(DataSource dataSource,
SqlManager sqlManager) |
Copyright © 2017. All rights reserved.