1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- package com.huimv.xt.dao;
- import com.huimv.xt.dataobject.XtCzyh;
- import com.huimv.xt.dataobject.XtCzyhExample;
- import java.util.List;
- public interface XtCzyhDAO {
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_czyh
- *
- * @ibatorgenerated Thu May 22 09:59:54 CST 2014
- */
- int countByExample(XtCzyhExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_czyh
- *
- * @ibatorgenerated Thu May 22 09:59:54 CST 2014
- */
- int deleteByExample(XtCzyhExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_czyh
- *
- * @ibatorgenerated Thu May 22 09:59:54 CST 2014
- */
- int deleteByPrimaryKey(Integer id);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_czyh
- *
- * @ibatorgenerated Thu May 22 09:59:54 CST 2014
- */
- void insert(XtCzyh record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_czyh
- *
- * @ibatorgenerated Thu May 22 09:59:54 CST 2014
- */
- void insertSelective(XtCzyh record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_czyh
- *
- * @ibatorgenerated Thu May 22 09:59:54 CST 2014
- */
- List<XtCzyh> selectByExample(XtCzyhExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_czyh
- *
- * @ibatorgenerated Thu May 22 09:59:54 CST 2014
- */
- XtCzyh selectByPrimaryKey(Integer id);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_czyh
- *
- * @ibatorgenerated Thu May 22 09:59:54 CST 2014
- */
- int updateByExampleSelective(XtCzyh record, XtCzyhExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_czyh
- *
- * @ibatorgenerated Thu May 22 09:59:54 CST 2014
- */
- int updateByExample(XtCzyh record, XtCzyhExample example);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_czyh
- *
- * @ibatorgenerated Thu May 22 09:59:54 CST 2014
- */
- int updateByPrimaryKeySelective(XtCzyh record);
- /**
- * This method was generated by Apache iBATIS ibator.
- * This method corresponds to the database table xt_czyh
- *
- * @ibatorgenerated Thu May 22 09:59:54 CST 2014
- */
- int updateByPrimaryKey(XtCzyh record);
-
-
- int updateCzyhXxwById(XtCzyh record);
- }
|