1. 首页
  2. 编程语言
  3. Java
  4. spring jdbctemplate 封裝

spring jdbctemplate 封裝

上传者: 2019-01-01 16:54:30上传 ZIP文件 18KB 热度 95次
package com.ccc.db.impl; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.List; import java.util.regex.PatternSyntaxException; import javax.sql.DataSource; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.jdbc.support.rowset.ResultSetWrapp ingSqlRowSet; import org.springframework.jdbc.support.rowset.SqlRowSet; import org.springframework.jdbc.support.rowset.SqlRowSetMetaData; import org.springframework.stereotype.Service; import com.ccc.db.JdbcTemplateManager; import com.ccc.db.page.OraclePageOptimize; import com.ccc.tag.page.Page; import com.ccc.tag.page.PagerTag; import com.ccc.util.BeanUtil; import com.ccc.util.StringUtil; ingSqlRowSet; import org.springframework.jdbc.support.rowset.SqlRowSet; import org.springframework.jdbc.support.rowset.SqlRowSetMetaData; import org.springframework.stereotype.Service; import com.ccc.db.JdbcTemplateManager; import com.ccc.db.page.OraclePageOptimize; import com.ccc.tag.page.Page; import com.ccc.tag.page.PagerTag; import com.ccc.util.BeanUtil; import com.ccc.util.StringUtil;
用户评论