摘要:
先贴出代码,后续补充自己的思路、配置文件、使用方式: / 数据查询 / @Override public List queryObject(List params, String tableName) { List objectList = new ArrayList(); StringBuilde 阅读全文
posted @ 2018-05-19 22:38
云中志
阅读(877)
评论(0)
推荐(0)
摘要:
先贴出代码,后续补充自己的思路、配置文件、使用方式: / 修改数据 / @Override public void updateObject(Object object, String tableName) { StringBuilder sql = new StringBuilder("UPDAT 阅读全文
posted @ 2018-05-19 22:37
云中志
阅读(881)
评论(0)
推荐(0)
摘要:
先贴出代码,后续补充自己的思路、配置文件、使用方式: 基本流程:(这张表结合源码备注理解应该问题不大)如果看不清楚,复制图片地址在新窗口中查看 阅读全文
posted @ 2018-05-19 22:35
云中志
阅读(754)
评论(0)
推荐(0)
摘要:
先贴出代码,后续补充自己的思路、配置文件、使用方式: / 插入数据 / @Override public void addObject(Object object, String tableName) { StringBuilder sql = new StringBuilder("INSERT " 阅读全文
posted @ 2018-05-19 22:34
云中志
阅读(1053)
评论(0)
推荐(0)

浙公网安备 33010602011771号