package com.huimv.xt.dao; import com.huimv.xt.dataobject.XtQxxx; import com.huimv.xt.dataobject.XtQxxxExample; import java.util.List; import java.util.Map; public interface XtQxxxDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_qxxx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int countByExample(XtQxxxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_qxxx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int deleteByExample(XtQxxxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_qxxx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_qxxx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ void insert(XtQxxx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_qxxx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ void insertSelective(XtQxxx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_qxxx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ List selectByExample(XtQxxxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_qxxx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ XtQxxx selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_qxxx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int updateByExampleSelective(XtQxxx record, XtQxxxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_qxxx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int updateByExample(XtQxxx record, XtQxxxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_qxxx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int updateByPrimaryKeySelective(XtQxxx record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_qxxx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int updateByPrimaryKey(XtQxxx record); public List getQxxxListByJsid(Map map); }