hibernate-mwconfig.cfg.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
  3. <hibernate-configuration>
  4. <session-factory>
  5. <property name="hibernate.connection.datasource">jdbc/db2/mwconfig_mwconfig_ds</property>
  6. <property name="hibernate.dialect">org.hibernate.dialect.DB2Dialect</property>
  7. <property name="hibernate.show_sql">false</property>
  8. <property name="hibernate.format_sql">true</property>
  9. <property name="hibernate.use_sql_comments">true</property>
  10. <property name="hibernate.use_outer_join">true</property>
  11. <mapping resource="hbm/config/Adaptor.hbm.xml" />
  12. <mapping resource="hbm/config/AdaptorCodex.hbm.xml" />
  13. <mapping resource="hbm/config/AdaptorParam.hbm.xml" />
  14. <mapping resource="hbm/config/Charges.hbm.xml" />
  15. <mapping resource="hbm/config/Client.hbm.xml" />
  16. <mapping resource="hbm/config/ClientTarget.hbm.xml" />
  17. <mapping resource="hbm/config/Codex.hbm.xml" />
  18. <mapping resource="hbm/config/Dbconn.hbm.xml" />
  19. <mapping resource="hbm/config/DbQuery.hbm.xml" />
  20. <mapping resource="hbm/config/DevTellerMap.hbm.xml" />
  21. <mapping resource="hbm/config/ErrorMap.hbm.xml" />
  22. <mapping resource="hbm/config/Host.hbm.xml" />
  23. <mapping resource="hbm/config/Log.hbm.xml" />
  24. <mapping resource="hbm/config/Mapping.hbm.xml" />
  25. <mapping resource="hbm/config/MappingGroup.hbm.xml" />
  26. <mapping resource="hbm/config/MappingGroupLine.hbm.xml" />
  27. <mapping resource="hbm/config/Parser.hbm.xml" />
  28. <mapping resource="hbm/config/ParserCodex.hbm.xml" />
  29. <mapping resource="hbm/config/RoutingTable.hbm.xml" />
  30. <mapping resource="hbm/config/RpgCall.hbm.xml" />
  31. <mapping resource="hbm/config/RpgCallArg.hbm.xml" />
  32. <mapping resource="hbm/config/ServerPort.hbm.xml" />
  33. <mapping resource="hbm/config/ParamMap.hbm.xml" />
  34. <mapping resource="hbm/config/FileParam.hbm.xml" />
  35. </session-factory>
  36. </hibernate-configuration>