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