Files
gateway-dbc-fx/gnpdev/dbcfxgo/ear/res/APP-INF/classes/hibernate.cfg.xml
2024-05-09 17:40:24 +02:00

153 lines
7.3 KiB
XML

<?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">
<hibernate-configuration>
<session-factory>
<property name="jndi.class">
weblogic.jndi.WLInitialContextFactory
</property>
<property name="connection.datasource">jdbc/gnpgoDS</property>
<property name="transaction.factory_class">
org.hibernate.transaction.JTATransactionFactory
</property>
<property name="transaction.manager_lookup_class">
org.hibernate.transaction.WeblogicTransactionManagerLookup
</property>
<!-- Chooses the HQL parser implementation -->
<property name="hibernate.query.factory_class">
org.hibernate.hql.classic.ClassicQueryTranslatorFactory
</property>
<property name="cache.use_second_level_cache">false</property>
<property name="current_session_context_class">jta</property>
<property name="dialect">org.hibernate.dialect.OracleDialect</property>
<property name="connection.password"></property>
<property name="jta.UserTransaction">
javax.transaction.UserTransaction
</property>
<property name="transaction.auto_close_session">true</property>
<property name="show_sql">false</property>
<!-- <property name="default_schema">GNP</property>-->
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoReportAccettateOlo.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoReportFase3.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoReportMutataVolonta.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoReportNoAck.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoReportTrasloco.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoReportWaitCodSessOlo.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoInfoUtentiGui.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoProfiliGui.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoSollRepWaitCodSess.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoSollecitoReportNoAck.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoLov.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoGestioneRichiesteRec.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoGestioneRichiesteD82.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoSemaforoRec.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoFestivita.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoSoglieMonitoring.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoFunzionalitaGui.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoProfiliFunzionalita.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoTipoStato.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoStatoRec.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoReportTipocom2.hbm.xml" />
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoStatoNpg35.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoAnagOloParam.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoToolkoUtenti.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoToolkoStoricoRegole.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoToolkoRegole.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoToolkoGruppiUtenti.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoToolkoGruppi.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoToolkoBasketGruppi.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoToolkoBasket.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoToolkoRichieste.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoToolkoStoricoRichieste.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoToolkoStatoRic.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoCodiceOrdine.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoGestioneNotificheRecipient.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoGestioneNotificheDonating.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoGestioneNotificheD82.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoTestataRecipient.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoTestataDonating.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoNngRecipient.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoNngDonating.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoNngTestataOpTerzo.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoNngTestataRecipient.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoNngTestataDonating.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoNngTestataReturning.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoNngTestataReturned.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoNngCodiciScarto.hbm.xml"/>
<mapping
resource="it/valueteam/gnpgo/core/dao/db/hb/GnpgoAnagOlo.hbm.xml"/>
<!-- cache settings -->
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoReportAccettateOlo" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoNngCodiciScarto" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoAnagOlo" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoReportFase3" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoReportMutataVolonta" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoReportNoAck" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoReportTrasloco" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoReportWaitCodSessOlo" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoProfiliGui" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoLov" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoSemaforoRec" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoFestivita" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoSoglieMonitoring" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoFunzionalitaGui" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoProfiliFunzionalita" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoTipoStato" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoStatoRec" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoStatoNpg35" usage="read-only"/>
<class-cache class="it.valueteam.gnpgo.core.dao.db.hb.GnpgoAnagOloParam" usage="read-only"/>
</session-factory>
</hibernate-configuration>