package com.huimv.xt.dao; import com.huimv.xt.dataobject.XtCsjlgzjc; import com.huimv.xt.dataobject.XtCsjlgzjcExample; import java.util.List; import java.util.Map; public interface XtCsjlgzjcDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_csjlgzjc * * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015 */ int countByExample(XtCsjlgzjcExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_csjlgzjc * * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015 */ int deleteByExample(XtCsjlgzjcExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_csjlgzjc * * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_csjlgzjc * * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015 */ void insert(XtCsjlgzjc record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_csjlgzjc * * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015 */ void insertSelective(XtCsjlgzjc record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_csjlgzjc * * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015 */ List selectByExample(XtCsjlgzjcExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_csjlgzjc * * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015 */ XtCsjlgzjc selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_csjlgzjc * * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015 */ int updateByExampleSelective(XtCsjlgzjc record, XtCsjlgzjcExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_csjlgzjc * * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015 */ int updateByExample(XtCsjlgzjc record, XtCsjlgzjcExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_csjlgzjc * * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015 */ int updateByPrimaryKeySelective(XtCsjlgzjc record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_csjlgzjc * * @ibatorgenerated Tue Oct 20 09:55:05 CST 2015 */ int updateByPrimaryKey(XtCsjlgzjc record); int countXtCsjlgzjcByParam(Map searchParam); List getXtCsjlgzjcListByParam(Map searchParam); }