public class DaoMethod extends Object
| 构造器和说明 |
|---|
DaoMethod(Class<?> daoInterface,
LambdaSupplier<EasyJdbcTemplate> easyJdbcTemplate,
Method method,
Object[] parameters) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Object |
doExecute() |
static Class |
getEntityClass(Class commonClass,
Class mapperClass) |
static String[] |
getMethodParameterNamesByAnnotation(Method method) |
public DaoMethod(Class<?> daoInterface, LambdaSupplier<EasyJdbcTemplate> easyJdbcTemplate, Method method, Object[] parameters) throws Exception
ExceptionCopyright © 2020. All rights reserved.