package com.huimv.xt.dao; import com.huimv.xt.dataobject.XtJksb; import com.huimv.xt.dataobject.XtJksbExample; import java.util.List; public interface XtJksbDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jksb * * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014 */ int countByExample(XtJksbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jksb * * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014 */ int deleteByExample(XtJksbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jksb * * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jksb * * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014 */ void insert(XtJksb record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jksb * * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014 */ void insertSelective(XtJksb record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jksb * * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014 */ List selectByExample(XtJksbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jksb * * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014 */ XtJksb selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jksb * * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014 */ int updateByExampleSelective(XtJksb record, XtJksbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jksb * * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014 */ int updateByExample(XtJksb record, XtJksbExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jksb * * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014 */ int updateByPrimaryKeySelective(XtJksb record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jksb * * @ibatorgenerated Fri Dec 05 13:38:39 CST 2014 */ int updateByPrimaryKey(XtJksb record); }