| Package | Description |
|---|---|
| org.nutz.dao |
这是 Nutz 最重要的包之一,它主要围绕着 org.nutz.dao.Dao 接口提供了一系列的功能
|
| org.nutz.dao.impl |
Dao的实现
|
| org.nutz.dao.impl.sql |
自定义Sql及抽象Sql结构
|
| Modifier and Type | Method and Description |
|---|---|
PojoMaker |
Dao.pojoMaker() |
| Modifier and Type | Field and Description |
|---|---|
protected PojoMaker |
DaoSupport.pojoMaker
给子类使用的 PojoStatementMaker 接口
|
| Modifier and Type | Method and Description |
|---|---|
PojoMaker |
EntityOperator.maker() |
PojoMaker |
DaoSupport.pojoMaker() |
| Modifier and Type | Method and Description |
|---|---|
void |
DaoSupport.setPojoMaker(PojoMaker pojoMaker)
设置一个新的 Pojo 语句创建器
|
| Modifier and Type | Class and Description |
|---|---|
class |
NutPojoMaker |
Copyright © 2017. All rights reserved.