Package | Description |
---|---|
org.nutz.dao.impl |
Dao的实现
|
org.nutz.dao.impl.entity |
Pojo配置信息实现
|
Modifier and Type | Field and Description |
---|---|
EntityMaker |
EntityHolder.maker |
Modifier and Type | Method and Description |
---|---|
protected EntityMaker |
DaoSupport.createEntityMaker()
子类可以重写这个类,用来扩展成其他的实体配置方式
|
Constructor and Description |
---|
NutDao(DataSource dataSource,
EntityMaker maker) |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationEntityMaker
根据一个 Class 对象生成 Entity 的实例
|
Copyright © 2017. All rights reserved.