2015年12月2日
摘要: 使用Spring JdbcTemplate实现CLOB和BLOB的存取 概述 本文讲述通过Spring的JdbcTemplate来读写数据库大字段的实现方案,在一位网友的一篇博客的基础上,查看api文档整理而成。 写实现 1 JdbcTemplate jdbcTemplate = new JdbcTemplate(dataSource); // reusable obj 阅读全文
posted @ 2015-12-02 18:06 一尾金鱼 阅读(16936) 评论(0) 推荐(0)