DlogMd.hbm.xml 7.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
  3. <hibernate-mapping package="id.co.hanoman.service.log">
  4. <class name="DlogMd" table="dlog_md" lazy="false" >
  5. <id name="type" column="type" type="string" length="256" />
  6. <property name="codex" column="codex" type="string" length="256" not-null="false" />
  7. <property name="pcorrelationId" column="pcorrelationId" type="string" length="1024" not-null="false" />
  8. <property name="psource" column="psource" type="string" length="1024" not-null="false" />
  9. <property name="pcode" column="pcode" type="string" length="1024" not-null="false" />
  10. <property name="pbase" column="pbase" type="string" length="1024" not-null="false" />
  11. <property name="modifiedBy" column="modified_by" type="string" length="64" not-null="true" />
  12. <property name="timestamp" column="timestamp" type="java.util.Calendar" not-null="true" />
  13. <property name="c_1" column="c_1" type="string" length="64" not-null="false" />
  14. <property name="c_2" column="c_2" type="string" length="64" not-null="false" />
  15. <property name="c_3" column="c_3" type="string" length="64" not-null="false" />
  16. <property name="c_4" column="c_4" type="string" length="64" not-null="false" />
  17. <property name="c_5" column="c_5" type="string" length="64" not-null="false" />
  18. <property name="c_6" column="c_6" type="string" length="64" not-null="false" />
  19. <property name="c_7" column="c_7" type="string" length="64" not-null="false" />
  20. <property name="c_8" column="c_8" type="string" length="64" not-null="false" />
  21. <property name="c_9" column="c_9" type="string" length="64" not-null="false" />
  22. <property name="c_10" column="c_10" type="string" length="64" not-null="false" />
  23. <property name="c_11" column="c_11" type="string" length="64" not-null="false" />
  24. <property name="c_12" column="c_12" type="string" length="64" not-null="false" />
  25. <property name="c_13" column="c_13" type="string" length="64" not-null="false" />
  26. <property name="c_14" column="c_14" type="string" length="64" not-null="false" />
  27. <property name="c_15" column="c_15" type="string" length="64" not-null="false" />
  28. <property name="c_16" column="c_16" type="string" length="64" not-null="false" />
  29. <property name="c_17" column="c_17" type="string" length="64" not-null="false" />
  30. <property name="c_18" column="c_18" type="string" length="64" not-null="false" />
  31. <property name="c_19" column="c_19" type="string" length="64" not-null="false" />
  32. <property name="c_20" column="c_20" type="string" length="64" not-null="false" />
  33. <property name="c_21" column="c_21" type="string" length="64" not-null="false" />
  34. <property name="c_22" column="c_22" type="string" length="64" not-null="false" />
  35. <property name="c_23" column="c_23" type="string" length="64" not-null="false" />
  36. <property name="c_24" column="c_24" type="string" length="64" not-null="false" />
  37. <property name="c_25" column="c_25" type="string" length="64" not-null="false" />
  38. <property name="c_26" column="c_26" type="string" length="64" not-null="false" />
  39. <property name="c_27" column="c_27" type="string" length="64" not-null="false" />
  40. <property name="c_28" column="c_28" type="string" length="64" not-null="false" />
  41. <property name="c_29" column="c_29" type="string" length="64" not-null="false" />
  42. <property name="c_30" column="c_30" type="string" length="64" not-null="false" />
  43. <property name="c_31" column="c_31" type="string" length="64" not-null="false" />
  44. <property name="c_32" column="c_32" type="string" length="64" not-null="false" />
  45. <property name="c_33" column="c_33" type="string" length="64" not-null="false" />
  46. <property name="c_34" column="c_34" type="string" length="64" not-null="false" />
  47. <property name="c_35" column="c_35" type="string" length="64" not-null="false" />
  48. <property name="c_36" column="c_36" type="string" length="64" not-null="false" />
  49. <property name="c_37" column="c_37" type="string" length="64" not-null="false" />
  50. <property name="c_38" column="c_38" type="string" length="64" not-null="false" />
  51. <property name="c_39" column="c_39" type="string" length="64" not-null="false" />
  52. <property name="c_40" column="c_40" type="string" length="64" not-null="false" />
  53. <property name="p_1" column="p_1" type="string" length="256" not-null="false" />
  54. <property name="p_2" column="p_2" type="string" length="256" not-null="false" />
  55. <property name="p_3" column="p_3" type="string" length="256" not-null="false" />
  56. <property name="p_4" column="p_4" type="string" length="256" not-null="false" />
  57. <property name="p_5" column="p_5" type="string" length="256" not-null="false" />
  58. <property name="p_6" column="p_6" type="string" length="256" not-null="false" />
  59. <property name="p_7" column="p_7" type="string" length="256" not-null="false" />
  60. <property name="p_8" column="p_8" type="string" length="256" not-null="false" />
  61. <property name="p_9" column="p_9" type="string" length="256" not-null="false" />
  62. <property name="p_10" column="p_10" type="string" length="256" not-null="false" />
  63. <property name="p_11" column="p_11" type="string" length="256" not-null="false" />
  64. <property name="p_12" column="p_12" type="string" length="256" not-null="false" />
  65. <property name="p_13" column="p_13" type="string" length="256" not-null="false" />
  66. <property name="p_14" column="p_14" type="string" length="256" not-null="false" />
  67. <property name="p_15" column="p_15" type="string" length="256" not-null="false" />
  68. <property name="p_16" column="p_16" type="string" length="256" not-null="false" />
  69. <property name="p_17" column="p_17" type="string" length="256" not-null="false" />
  70. <property name="p_18" column="p_18" type="string" length="256" not-null="false" />
  71. <property name="p_19" column="p_19" type="string" length="256" not-null="false" />
  72. <property name="p_20" column="p_20" type="string" length="256" not-null="false" />
  73. <property name="p_21" column="p_21" type="string" length="256" not-null="false" />
  74. <property name="p_22" column="p_22" type="string" length="256" not-null="false" />
  75. <property name="p_23" column="p_23" type="string" length="256" not-null="false" />
  76. <property name="p_24" column="p_24" type="string" length="256" not-null="false" />
  77. <property name="p_25" column="p_25" type="string" length="256" not-null="false" />
  78. <property name="p_26" column="p_26" type="string" length="256" not-null="false" />
  79. <property name="p_27" column="p_27" type="string" length="256" not-null="false" />
  80. <property name="p_28" column="p_28" type="string" length="256" not-null="false" />
  81. <property name="p_29" column="p_29" type="string" length="256" not-null="false" />
  82. <property name="p_30" column="p_30" type="string" length="256" not-null="false" />
  83. <property name="p_31" column="p_31" type="string" length="256" not-null="false" />
  84. <property name="p_32" column="p_32" type="string" length="256" not-null="false" />
  85. <property name="p_33" column="p_33" type="string" length="256" not-null="false" />
  86. <property name="p_34" column="p_34" type="string" length="256" not-null="false" />
  87. <property name="p_35" column="p_35" type="string" length="256" not-null="false" />
  88. <property name="p_36" column="p_36" type="string" length="256" not-null="false" />
  89. <property name="p_37" column="p_37" type="string" length="256" not-null="false" />
  90. <property name="p_38" column="p_38" type="string" length="256" not-null="false" />
  91. <property name="p_39" column="p_39" type="string" length="256" not-null="false" />
  92. <property name="p_40" column="p_40" type="string" length="256" not-null="false" />
  93. </class>
  94. </hibernate-mapping>