XtXzqhDAO.java 3.0 KB

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