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