|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.nutz.dao.impl.entity.AnnotationEntityMaker
public class AnnotationEntityMaker
根据一个 Class 对象生成 Entity 的实例
构造方法摘要 | |
---|---|
AnnotationEntityMaker(javax.sql.DataSource datasource,
JdbcExpert expert,
EntityHolder holder)
|
方法摘要 | ||
---|---|---|
protected
|
_createNutEntity(java.lang.Class<T> type)
|
|
|
make(java.lang.Class<T> type)
根据一个配置信息,生成一个新的 Entity 的实例 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public AnnotationEntityMaker(javax.sql.DataSource datasource, JdbcExpert expert, EntityHolder holder)
方法详细信息 |
---|
public <T> Entity<T> make(java.lang.Class<T> type)
EntityMaker
复制的描述
EntityMaker
中的 make
type
- Entity 的配置信息
protected <T> NutEntity<T> _createNutEntity(java.lang.Class<T> type)
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |