public abstract class MethodMapper extends Object
protected org.nutz.dao.Dao
dao
protected Method
method
protected List<String>
paramNames
protected String
pName
protected Class<?>
pojoType
MethodMapper(org.nutz.dao.Dao dao, Method method, String pName)
abstract Object
exec(Object[] args)
org.nutz.dao.Cnd
makeCnd(Object[] args)
mName()
abstract String
prefix()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Method method
protected org.nutz.dao.Dao dao
protected List<String> paramNames
protected Class<?> pojoType
protected String pName
public MethodMapper(org.nutz.dao.Dao dao, Method method, String pName)
protected List<String> mName()
public org.nutz.dao.Cnd makeCnd(Object[] args)
public abstract Object exec(Object[] args)
public abstract String prefix()
Copyright © 2019. All rights reserved.