public abstract class MethodMapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.nutz.dao.Dao |
dao |
protected Method |
method |
protected List<String> |
paramNames |
protected String |
pName |
protected Class<?> |
pojoType |
| Constructor and Description |
|---|
MethodMapper(org.nutz.dao.Dao dao,
Method method,
String pName) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
exec(Object[] args) |
org.nutz.dao.Cnd |
makeCnd(Object[] args) |
protected List<String> |
mName() |
abstract String |
prefix() |
Copyright © 2017. All rights reserved.