First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<!-- Generated by MyEclipse Hibernate Tools. -->
<hibernate-configuration>
<session-factory >
<property name="connection.username">MNP_TEST</property>
<property name="connection.url">
jdbc:oracle:thin:@(description=(address=(host=10.174.28.38)(protocol=
tcp)(port=1521))(connect_data=(service_name=DB_SVI)(INSTANCE_NAME
= DB_SVI)))
</property>
<property name="dialect">
org.hibernate.dialect.Oracle9Dialect
</property>
<property name="hibernate.query.factory_class">
org.hibernate.hql.classic.ClassicQueryTranslatorFactory
</property>
<property name="cache.use_second_level_cache">false</property>
<property name="connection.password">MNP_TEST</property>
<property name="connection.driver_class">
oracle.jdbc.driver.OracleDriver
</property>
<property name="transaction.auto_close_session">true</property>
<property name="show_sql">true</property>
<property name="default_schema">MNP_TEST</property>
<!-- TISCALI -->
<mapping
resource="mnp/database/hb/dto/MnpTiscaliNotificaDonOut.hbm.xml" />
<mapping
resource="mnp/database/hb/dto/MnpTiscaliNotificaRecOut.hbm.xml" />
<mapping
resource="mnp/database/hb/dto/MnpTiscaliPortingIn.hbm.xml" />
<mapping
resource="mnp/database/hb/dto/MnpTiscaliScartoPortingIn.hbm.xml" />
<mapping
resource="mnp/database/hb/dto/MnpTiscaliScartoValidazIn.hbm.xml" />
<mapping
resource="mnp/database/hb/dto/MnpTiscaliValidazIn.hbm.xml" />
<!-- GISP -->
<mapping
resource="mnp/database/hb/dto/MnpGispRicAttOut.hbm.xml" />
<mapping
resource="mnp/database/hb/dto/MnpGispRicCessOut.hbm.xml" />
<mapping
resource="mnp/database/hb/dto/MnpGispRispAttIn.hbm.xml" />
<mapping
resource="mnp/database/hb/dto/MnpGispRispCessIn.hbm.xml" />
<mapping
resource="mnp/database/hb/dto/MnpGispScartoRispAttIn.hbm.xml" />
<mapping
resource="mnp/database/hb/dto/MnpGispScartoRispCessIn.hbm.xml" />
</session-factory>
</hibernate-configuration>