package com.huimv.sj.dao; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import com.huimv.busi.tjt.dto.SjSdDTO; import com.huimv.busi.tjt.dto.SjhjkzDTO; import com.huimv.sj.dataobject.SjSshjkz; import com.huimv.sj.dataobject.SjSshjkzExample; public interface SjSshjkzDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_sshjkz * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ int countByExample(SjSshjkzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_sshjkz * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ int deleteByExample(SjSshjkzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_sshjkz * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_sshjkz * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ void insert(SjSshjkz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_sshjkz * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ void insertSelective(SjSshjkz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_sshjkz * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ List selectByExample(SjSshjkzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_sshjkz * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ SjSshjkz selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_sshjkz * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ int updateByExampleSelective(SjSshjkz record, SjSshjkzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_sshjkz * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ int updateByExample(SjSshjkz record, SjSshjkzExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_sshjkz * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ int updateByPrimaryKeySelective(SjSshjkz record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_sshjkz * * @ibatorgenerated Sun Jun 29 20:51:17 CST 2014 */ int updateByPrimaryKey(SjSshjkz record); /** * 得到指定条件的环境控制记录的最大时间 */ public Date selectMaxSshjkzTimeByParam(Map searchParam); /** * 插入环境控制记录 */ public void insertSshjkzByParam(List> paramMapList, HashMap hm); List selectByParam(HashMap hm); int countSelectByParam(HashMap hm); @SuppressWarnings("rawtypes") public List selectDqsdByParam(Map hm); public List selectQcsdByLqid(Map searchParam); }