package com.huimv.xt.dao; import com.huimv.xt.dataobject.XtXzqh; import com.huimv.xt.dataobject.XtXzqhExample; import java.util.List; import java.util.Map; public interface XtXzqhDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_xzqh * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ int countByExample(XtXzqhExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_xzqh * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ int deleteByExample(XtXzqhExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_xzqh * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ int deleteByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_xzqh * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ void insert(XtXzqh record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_xzqh * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ void insertSelective(XtXzqh record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_xzqh * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ List selectByExample(XtXzqhExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_xzqh * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ XtXzqh selectByPrimaryKey(Integer id); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_xzqh * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ int updateByExampleSelective(XtXzqh record, XtXzqhExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_xzqh * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ int updateByExample(XtXzqh record, XtXzqhExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_xzqh * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ int updateByPrimaryKeySelective(XtXzqh record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_xzqh * * @ibatorgenerated Wed May 21 10:29:31 CST 2014 */ int updateByPrimaryKey(XtXzqh record); public XtXzqh selectByQhbm(String qhbm); @SuppressWarnings("rawtypes") public long getMaxQhbm(Map map) throws Exception; }