| Package | Description |
|---|---|
| org.nutz.dao |
这是 Nutz 最重要的包之一,它主要围绕着 org.nutz.dao.Dao 接口提供了一系列的功能
|
| org.nutz.dao.impl |
Dao的实现
|
| org.nutz.dao.impl.sql.run |
| Modifier and Type | Method and Description |
|---|---|
DatabaseMeta |
Dao.meta() |
| Modifier and Type | Field and Description |
|---|---|
protected DatabaseMeta |
DaoSupport.meta
数据库的描述
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseMeta |
DaoSupport.meta() |
| Modifier and Type | Field and Description |
|---|---|
protected DatabaseMeta |
NutDaoRunner.meta |
protected DatabaseMeta |
NutDaoExecutor.meta |
| Modifier and Type | Method and Description |
|---|---|
void |
NutDaoRunner.setMeta(DatabaseMeta meta) |
void |
NutDaoExecutor.setMeta(DatabaseMeta meta) |
Copyright © 2017. All rights reserved.