package com.huimv.xt.dao; import com.huimv.xt.dataobject.XtCzyh; import com.huimv.xt.dataobject.XtCzyhExample; import java.util.List; public interface XtCzyhDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_czyh * * @ibatorgenerated Thu May 22 09:59:54 CST 2014 */ int countByExample(XtCzyhExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_czyh * * @ibatorgenerated Thu May 22 09:59:54 CST 2014 */ int deleteByExample(XtCzyhExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_czyh * * @ibatorgenerated Thu May 22 09:59:54 CST 2014 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_czyh * * @ibatorgenerated Thu May 22 09:59:54 CST 2014 */ void insert(XtCzyh record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_czyh * * @ibatorgenerated Thu May 22 09:59:54 CST 2014 */ void insertSelective(XtCzyh record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_czyh * * @ibatorgenerated Thu May 22 09:59:54 CST 2014 */ List selectByExample(XtCzyhExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_czyh * * @ibatorgenerated Thu May 22 09:59:54 CST 2014 */ XtCzyh selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_czyh * * @ibatorgenerated Thu May 22 09:59:54 CST 2014 */ int updateByExampleSelective(XtCzyh record, XtCzyhExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_czyh * * @ibatorgenerated Thu May 22 09:59:54 CST 2014 */ int updateByExample(XtCzyh record, XtCzyhExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_czyh * * @ibatorgenerated Thu May 22 09:59:54 CST 2014 */ int updateByPrimaryKeySelective(XtCzyh record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_czyh * * @ibatorgenerated Thu May 22 09:59:54 CST 2014 */ int updateByPrimaryKey(XtCzyh record); int updateCzyhXxwById(XtCzyh record); }