public class LazyAnnotationEntityMaker extends AnnotationEntityMaker
| 构造器和说明 |
|---|
LazyAnnotationEntityMaker(DataSource datasource,
JdbcExpert expert,
EntityHolder holder,
Dao dao) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected <T> NutEntity<T> |
_createNutEntity(Class<T> type) |
<T> Entity<T> |
make(Class<T> type)
根据一个配置信息,生成一个新的 Entity 的实例
|
initpublic LazyAnnotationEntityMaker(DataSource datasource, JdbcExpert expert, EntityHolder holder, Dao dao)
public <T> Entity<T> make(Class<T> type)
EntityMakermake 在接口中 EntityMakermake 在类中 AnnotationEntityMakertype - Entity 的配置信息Copyright © 2016. All rights reserved.