Package org.noear.wood.mapper
Class MapperUtil
java.lang.Object
org.noear.wood.mapper.MapperUtil
-
Constructor Details
-
MapperUtil
public MapperUtil()
-
-
Method Details
-
createProxy
生成代理实例 -
exec
public static Object exec(DbContext db, String xsqlid, Map<String, Object> paramS, Class<?> rClz, Type rType) throws Exception- Parameters:
xsqlid- =@{namespace}.{id}- Throws:
Exception
-
exec
protected static Object exec(DbContext db, XmlSqlBlock block, String xsqlid, Map<String, Object> paramS, Class<?> rClz, Type rType) throws Exception- Throws:
Exception
-