Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <id name="Empno" type="string">
  2. <column name="EMPNO" length="6"/>
  3. </id>
  4. <property name="firstname" type="string">
  5. <column name="FIRSTNME" length="12"/>
  6. </property>
  7. <property name="lastname" type="string">
  8. <column name="LASTNAME" length="15"/>
  9. </property>
  10. <property name="salary" type="double">
  11. <column name="SALARY" length="9"/>
  12. </property>
  13. <property name="gender" type="char">
  14. <column name="SEX" length="1"/>
  15. </property>
  16. <property name="workdept" type="string">
  17. <column name="workdept" length="12"/>
  18. </property>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement