package com.huimv.xt.dao; import java.util.List; import java.util.Map; import com.huimv.xt.dataobject.XtJsqxExample; import com.huimv.xt.dataobject.XtJsqxKey; public interface XtJsqxDAO { /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jsqx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int countByExample(XtJsqxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jsqx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int deleteByExample(XtJsqxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jsqx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int deleteByPrimaryKey(XtJsqxKey key); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jsqx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ void insert(XtJsqxKey record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jsqx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ void insertSelective(XtJsqxKey record); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jsqx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ List selectByExample(XtJsqxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jsqx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int updateByExampleSelective(XtJsqxKey record, XtJsqxExample example); /** * This method was generated by Apache iBATIS ibator. * This method corresponds to the database table xt_jsqx * * @ibatorgenerated Thu Jul 10 14:38:31 CST 2014 */ int updateByExample(XtJsqxKey record, XtJsqxExample example); public List selectByParam(Map param); }