public class CacheExecutor extends Object implements Executor
| 构造器和说明 |
|---|
CacheExecutor(Executor baseExecutor) |
public CacheExecutor(Executor baseExecutor)
public <E> List<E> doQuery(String sql, Object parms, Class clazz) throws SQLException, IllegalAccessException, InstantiationException
ExecutordoQuery 在接口中 Executorsql - sqlparms - 参数clazz - 类型SQLExceptionIllegalAccessExceptionInstantiationExceptionpublic int updateBySQL(String sql, Object parms)
ExecutorupdateBySQL 在接口中 Executorsql - sql语句parms - 参数public Object insertBySQL(String sql, Object parms)
ExecutorinsertBySQL 在接口中 Executorsql - sql语句parms - 参数Copyright © 2016. All rights reserved.