随笔分类 -  数据库

Spring的IBATIS查询工具类 SqlMapClientTemplate.queryForList 分页参数详解
摘要:贴出原API详解: 底层接口实现来自:com.ibatis.sqlmap.client.SqlMapExecutor queryForList public java.util.List queryForList(java.lang.String id, java.lang.Object param 阅读全文
posted @ 2022-07-19 14:38 苟活之刍 阅读(460) 评论(0) 推荐(0)
解决com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction
摘要:问题: com.mysql.jdbc.exceptions.jdbc4.MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction; nested exception is com 阅读全文
posted @ 2022-05-19 14:22 苟活之刍 阅读(2951) 评论(0) 推荐(0)