package com.huimv.xt.dao; import com.huimv.xt.dataobject.XtLsjl; import com.huimv.xt.dataobject.XtLsjlExample; import java.util.List; public interface XtLsjlDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014 */ int countByExample(XtLsjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014 */ int deleteByExample(XtLsjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014 */ void insert(XtLsjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014 */ void insertSelective(XtLsjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014 */ List selectByExampleWithBLOBs(XtLsjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014 */ List selectByExampleWithoutBLOBs(XtLsjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Tue Dec 09 09:03:40 CST 2014 */ XtLsjl selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014 */ int updateByExampleSelective(XtLsjl record, XtLsjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014 */ int updateByExampleWithBLOBs(XtLsjl record, XtLsjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014 */ int updateByExampleWithoutBLOBs(XtLsjl record, XtLsjlExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Tue Dec 09 09:03:40 CST 2014 */ int updateByPrimaryKeySelective(XtLsjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Thu Aug 28 10:31:04 CST 2014 */ int updateByPrimaryKeyWithBLOBs(XtLsjl record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_lsjl * * @ibatorgenerated Tue Dec 09 09:03:40 CST 2014 */ int updateByPrimaryKeyWithoutBLOBs(XtLsjl record); }