org.fingertip.simpledao.template.IJdbcTemplate Maven / Gradle / Ivy
The newest version!
package org.fingertip.simpledao.template;
import java.sql.SQLException;
import java.util.List;
import java.util.Map;
import org.fingertip.simpledao.bean.PageRequest;
import org.fingertip.simpledao.bean.PageResult;
public interface IJdbcTemplate {
List insert(String sql,Object... args)throws SQLException;
List batchInsert(String sql,List