public class CacheExecutor extends Object implements Executor
public CacheExecutor(Executor baseExecutor)
public <E> List<E> doQuery(String sql, Object parms, Class clazz) throws SQLException, IllegalAccessException, InstantiationException
doQuery 在接口中 ExecutorSQLExceptionIllegalAccessExceptionInstantiationExceptionpublic int updateBySQL(String sql, Object parms)
updateBySQL 在接口中 Executorpublic Object insertBySQL(String sql, Object parms)
insertBySQL 在接口中 ExecutorCopyright © 2016. All rights reserved.