package com.huimv.xt.dao; import com.huimv.xt.dataobject.XtFlzzd; import com.huimv.xt.dataobject.XtFlzzdExample; import java.util.List; import java.util.Map; public interface XtFlzzdDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzzd * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ int countByExample(XtFlzzdExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzzd * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ int deleteByExample(XtFlzzdExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzzd * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzzd * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ void insert(XtFlzzd record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzzd * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ void insertSelective(XtFlzzd record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzzd * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ List selectByExample(XtFlzzdExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzzd * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ XtFlzzd selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzzd * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ int updateByExampleSelective(XtFlzzd record, XtFlzzdExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzzd * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ int updateByExample(XtFlzzd record, XtFlzzdExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzzd * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ int updateByPrimaryKeySelective(XtFlzzd record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_flzzd * * @ibatorgenerated Thu Aug 07 14:29:58 CST 2014 */ int updateByPrimaryKey(XtFlzzd record); int countXtFlzzdByParam(Map searchParam); List getXtFlzzdListByParam(Map searchParam); }