XtCzyhDAO.java 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. package com.huimv.xt.dao;
  2. import com.huimv.xt.dataobject.XtCzyh;
  3. import com.huimv.xt.dataobject.XtCzyhExample;
  4. import java.util.List;
  5. public interface XtCzyhDAO {
  6. /**
  7. * This method was generated by Apache iBATIS ibator.
  8. * This method corresponds to the database table xt_czyh
  9. *
  10. * @ibatorgenerated Thu May 22 09:59:54 CST 2014
  11. */
  12. int countByExample(XtCzyhExample example);
  13. /**
  14. * This method was generated by Apache iBATIS ibator.
  15. * This method corresponds to the database table xt_czyh
  16. *
  17. * @ibatorgenerated Thu May 22 09:59:54 CST 2014
  18. */
  19. int deleteByExample(XtCzyhExample example);
  20. /**
  21. * This method was generated by Apache iBATIS ibator.
  22. * This method corresponds to the database table xt_czyh
  23. *
  24. * @ibatorgenerated Thu May 22 09:59:54 CST 2014
  25. */
  26. int deleteByPrimaryKey(Integer id);
  27. /**
  28. * This method was generated by Apache iBATIS ibator.
  29. * This method corresponds to the database table xt_czyh
  30. *
  31. * @ibatorgenerated Thu May 22 09:59:54 CST 2014
  32. */
  33. void insert(XtCzyh record);
  34. /**
  35. * This method was generated by Apache iBATIS ibator.
  36. * This method corresponds to the database table xt_czyh
  37. *
  38. * @ibatorgenerated Thu May 22 09:59:54 CST 2014
  39. */
  40. void insertSelective(XtCzyh record);
  41. /**
  42. * This method was generated by Apache iBATIS ibator.
  43. * This method corresponds to the database table xt_czyh
  44. *
  45. * @ibatorgenerated Thu May 22 09:59:54 CST 2014
  46. */
  47. List<XtCzyh> selectByExample(XtCzyhExample example);
  48. /**
  49. * This method was generated by Apache iBATIS ibator.
  50. * This method corresponds to the database table xt_czyh
  51. *
  52. * @ibatorgenerated Thu May 22 09:59:54 CST 2014
  53. */
  54. XtCzyh selectByPrimaryKey(Integer id);
  55. /**
  56. * This method was generated by Apache iBATIS ibator.
  57. * This method corresponds to the database table xt_czyh
  58. *
  59. * @ibatorgenerated Thu May 22 09:59:54 CST 2014
  60. */
  61. int updateByExampleSelective(XtCzyh record, XtCzyhExample example);
  62. /**
  63. * This method was generated by Apache iBATIS ibator.
  64. * This method corresponds to the database table xt_czyh
  65. *
  66. * @ibatorgenerated Thu May 22 09:59:54 CST 2014
  67. */
  68. int updateByExample(XtCzyh record, XtCzyhExample example);
  69. /**
  70. * This method was generated by Apache iBATIS ibator.
  71. * This method corresponds to the database table xt_czyh
  72. *
  73. * @ibatorgenerated Thu May 22 09:59:54 CST 2014
  74. */
  75. int updateByPrimaryKeySelective(XtCzyh record);
  76. /**
  77. * This method was generated by Apache iBATIS ibator.
  78. * This method corresponds to the database table xt_czyh
  79. *
  80. * @ibatorgenerated Thu May 22 09:59:54 CST 2014
  81. */
  82. int updateByPrimaryKey(XtCzyh record);
  83. int updateCzyhXxwById(XtCzyh record);
  84. }