package com.huimv.sj.dao; import java.util.HashMap; import java.util.List; import java.util.Map; import com.huimv.sj.dataobject.SjRcssj; import com.huimv.sj.dataobject.SjRcssjExample; public interface SjRcssjDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_rcssj * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ int countByExample(SjRcssjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_rcssj * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ int deleteByExample(SjRcssjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_rcssj * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_rcssj * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ void insert(SjRcssj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_rcssj * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ void insertSelective(SjRcssj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_rcssj * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ List selectByExample(SjRcssjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_rcssj * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ SjRcssj selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_rcssj * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ int updateByExampleSelective(SjRcssj record, SjRcssjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_rcssj * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ int updateByExample(SjRcssj record, SjRcssjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_rcssj * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ int updateByPrimaryKeySelective(SjRcssj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table sj_rcssj * * @ibatorgenerated Thu Jun 19 15:59:45 CST 2014 */ int updateByPrimaryKey(SjRcssj record); List selectByParam(HashMap map); int countSelectByParam(HashMap map); public String sumRcssjByParam(Map map); }