package com.huimv.xt.dao; import com.huimv.xt.dataobject.XtHzzd; import com.huimv.xt.dataobject.XtHzzdExample; import java.util.List; public interface XtHzzdDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hzzd * * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014 */ int countByExample(XtHzzdExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hzzd * * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014 */ int deleteByExample(XtHzzdExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hzzd * * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014 */ int deleteByPrimaryKey(Integer xh); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hzzd * * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014 */ void insert(XtHzzd record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hzzd * * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014 */ void insertSelective(XtHzzd record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hzzd * * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014 */ List selectByExample(XtHzzdExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hzzd * * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014 */ XtHzzd selectByPrimaryKey(Integer xh); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hzzd * * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014 */ int updateByExampleSelective(XtHzzd record, XtHzzdExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hzzd * * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014 */ int updateByExample(XtHzzd record, XtHzzdExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hzzd * * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014 */ int updateByPrimaryKeySelective(XtHzzd record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_hzzd * * @ibatorgenerated Wed Jun 04 12:11:08 CST 2014 */ int updateByPrimaryKey(XtHzzd record); }