public class SimpleMapper extends Object implements InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
org.nutz.dao.Dao |
dao |
Map<Method,MethodMapper> |
mappers |
| Constructor and Description |
|---|
SimpleMapper(org.nutz.dao.Dao dao,
Map<Method,MethodMapper> mappers) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
static <T> T |
map(org.nutz.dao.Dao dao,
Class<?> bean,
Class<T> klass) |
static <T> T |
map(org.nutz.dao.Dao dao,
String beanPackage,
Class<T> klass) |
public org.nutz.dao.Dao dao
public Map<Method,MethodMapper> mappers
public SimpleMapper(org.nutz.dao.Dao dao,
Map<Method,MethodMapper> mappers)
Copyright © 2017. All rights reserved.