package com.huimv.whh.dao; import com.huimv.whh.dataobject.WhhStsj; import com.huimv.whh.dataobject.WhhStsjExample; import java.util.List; public interface WhhStsjDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table whh_stsj * * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018 */ int countByExample(WhhStsjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table whh_stsj * * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018 */ int deleteByExample(WhhStsjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table whh_stsj * * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table whh_stsj * * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018 */ void insert(WhhStsj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table whh_stsj * * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018 */ void insertSelective(WhhStsj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table whh_stsj * * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018 */ List selectByExample(WhhStsjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table whh_stsj * * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018 */ WhhStsj selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table whh_stsj * * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018 */ int updateByExampleSelective(WhhStsj record, WhhStsjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table whh_stsj * * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018 */ int updateByExample(WhhStsj record, WhhStsjExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table whh_stsj * * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018 */ int updateByPrimaryKeySelective(WhhStsj record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table whh_stsj * * @ibatorgenerated Thu Jun 28 17:02:11 CST 2018 */ int updateByPrimaryKey(WhhStsj record); }