| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
- <hibernate-configuration>
- <session-factory>
- <property name="hibernate.connection.datasource">jdbc/db2/mwconfig_mwconfig_ds</property>
- <property name="hibernate.dialect">org.hibernate.dialect.DB2Dialect</property>
- <property name="hibernate.show_sql">false</property>
- <property name="hibernate.format_sql">true</property>
- <property name="hibernate.use_sql_comments">true</property>
- <property name="hibernate.use_outer_join">true</property>
- <mapping resource="hbm/config/Adaptor.hbm.xml" />
- <mapping resource="hbm/config/AdaptorCodex.hbm.xml" />
- <mapping resource="hbm/config/AdaptorParam.hbm.xml" />
- <mapping resource="hbm/config/Charges.hbm.xml" />
- <mapping resource="hbm/config/Client.hbm.xml" />
- <mapping resource="hbm/config/ClientTarget.hbm.xml" />
- <mapping resource="hbm/config/Codex.hbm.xml" />
- <mapping resource="hbm/config/Dbconn.hbm.xml" />
- <mapping resource="hbm/config/DbQuery.hbm.xml" />
- <mapping resource="hbm/config/DevTellerMap.hbm.xml" />
- <mapping resource="hbm/config/ErrorMap.hbm.xml" />
- <mapping resource="hbm/config/Host.hbm.xml" />
- <mapping resource="hbm/config/Log.hbm.xml" />
- <mapping resource="hbm/config/Mapping.hbm.xml" />
- <mapping resource="hbm/config/MappingGroup.hbm.xml" />
- <mapping resource="hbm/config/MappingGroupLine.hbm.xml" />
- <mapping resource="hbm/config/Parser.hbm.xml" />
- <mapping resource="hbm/config/ParserCodex.hbm.xml" />
- <mapping resource="hbm/config/RoutingTable.hbm.xml" />
- <mapping resource="hbm/config/RpgCall.hbm.xml" />
- <mapping resource="hbm/config/RpgCallArg.hbm.xml" />
- <mapping resource="hbm/config/ServerPort.hbm.xml" />
- <mapping resource="hbm/config/ParamMap.hbm.xml" />
- <mapping resource="hbm/config/FileParam.hbm.xml" />
- </session-factory>
- </hibernate-configuration>
|