Files
gateway-mnp-dbc/dbcmnpsrc/FE/mnpdev/mnp/ear/APP-INF/classes/hibernate.cfg.xml
2024-05-13 12:54:14 +02:00

227 lines
13 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/mnpDS</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>
<!-- MVNO -->
<mapping resource="mnp/database/hb/dto/MnpMvnoNotificaDonOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoNotificaRecOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoPortingIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoScartoPortingIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoScartoValidazIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoValidazIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoTcIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoScartoTcIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoUpdateDcoIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoScartoUpdateDcoIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbcgoNotDonVirtOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbcgoNotDonVirtTcOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbcgoNotRecVirtOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbcgoNotRecVirtTcOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoNotSlaDonOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoDettNotSlaDonOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoNotSlaRecOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMvnoDettNotSlaRecOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbcfxDppOut.hbm.xml"/>
<!-- FINE MVNO -->
<!-- GISP -->
<mapping resource="mnp/database/hb/dto/MnpGispAttOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGispCessOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGispAttCessIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGispScartoAttCessIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGispNotificaIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGispScartoNotificaIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGispRetrieveOut.hbm.xml"/>
<!-- FINE GISP -->
<!-- GINO-->
<mapping resource="mnp/database/hb/dto/MnpGinoRetrieveOut.hbm.xml"/>
<!-- FINE GINO-->
<!-- SDP-->
<mapping resource="mnp/database/hb/dto/MnpSdpRetrieveOut.hbm.xml"/>
<!-- FINE SDP-->
<!-- SEC_MNP -->
<mapping resource="mnp/database/hb/dto/MnpSecSmsOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpFlussoDest.hbm.xml"/>
<!-- FINE SEC_MNP -->
<!-- STORICO -->
<mapping resource="mnp/database/hb/dto/MnpStoricoRichDonVirt.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpStoricoRichRecVirt.hbm.xml"/>
<!-- FINE STORICO -->
<!-- TABELLE STATICHE -->
<mapping resource="mnp/database/hb/dto/MnpCausaleRifiuto.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpOperatoreInterno.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDataManutenzione.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpEvasione.hbm.xml"/>
<!-- FINE TABELLE STATICHE -->
<!-- PROCESSI VIRTUALI -->
<mapping resource="mnp/database/hb/dto/MnpGestRichDonorVirt.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGestRichRecVirt.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpTipoClienti.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpOperatoreGisp.hbm.xml"/>
<!-- FINE PROCESSI VIRTUALI -->
<!-- HOME ZONE-->
<mapping resource="mnp/database/hb/dto/homezone/HzGestRichCessOlo.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/homezone/HzStoricoRichCessOlo.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/homezone/HzGispRetrieveOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/homezone/HzGispCessOloOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/homezone/HzBitIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/homezone/HzBitOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/homezone/HzBitScartiIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/homezone/HzGispScartiIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/homezone/HzGispIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/homezone/HzSimbaOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/homezone/HzDbcfxIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/homezone/HzDbcfxScartiIn.hbm.xml"/>
<!-- HOME ZONE -->
<!-- TRASFERIMENTO CREDITO-->
<mapping resource="mnp/database/hb/dto/MnpMspEndTcOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMspcoopEndTcOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpStatoRecTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpStatoRecVirtTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpStatoDonVirtTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpStatoDonTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpStorRichRecVirtTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpStorRichDonTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpStorRichDonVirtTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpStorRichRecTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGestRichDonTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGestRichDonVirtTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGestRichRecTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGestRichRecVirtTc.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMspTcIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMspScartoTcIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMspcoopTcIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMspcoopScartoTcIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpBitTcDonorOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpBitPpbuOutRec.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGestRichRecTcExt.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGestRichDonTcExt.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbcgoNotificaDonTcOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbcgoNotificaRecTcOut.hbm.xml"/>
<!-- FINE TRASFERIMENTO CREDITO-->
<mapping resource="mnp/database/hb/dto/MnpMscInRec.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMscScartiIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpMscOutRec.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpBitInRec.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpBitScartiIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpBitOutRec.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/ccrm/MnpCcrmNotificaOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/ccrm/MnpCcrmwCoopNotOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpAnagraficaOperatori.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpAnagFinestreTemporali.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/msp/MnpMspInRec.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/msp/MnpMspScartiIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/msp/MnpMspOutRec.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/msp/MnpMspCoopInRec.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/msp/MnpMspCoopOutRec.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/msp/MnpMspCoopScartiIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/msp/MnpMspInPort.hbm.xml"/>
<!-- RICHIESTA DONOR-->
<mapping resource="mnp/database/hb/dto/MnpGestioneRichiesta.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGestioneRichiestaExt.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpStoricoRichiesta.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpRichiestaDup.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpBitNotificaDonorOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpPrjhocDonor.hbm.xml"/>
<!-- X11/2010 - GISP-->
<mapping resource="mnp/database/hb/dto/MnpGispCessOutDonAbb.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGispCessOutDonPp.hbm.xml"/>
<!-- X11/2010 - FINE GISP-->
<!-- X11/2010 - PIC-->
<mapping resource="mnp/database/hb/dto/MnpTaskPic.hbm.xml"/>
<!-- X11/2010 - FINE PIC-->
<!-- INIZIO MAPPING PROCESSI FENP X2 2011 -->
<mapping resource="mnp/database/hb/dto/MnpFenpXmlAckIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpFenpXmlAckOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpFenpXmlIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpFenpXmlOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpFenpXmlRichiesteIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpFenpXmlRichiesteOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpFenpXmlScartiIn.hbm.xml"/>
<!-- FINE MAPPING PROCESSI FENP X2 2011 -->
<!-- INIZIO MAPPING FMS RISK -->
<mapping resource="mnp/database/hb/dto/MnpFmsriskCessazioneOut.hbm.xml"/>
<!-- FINE MAPPING FMS RISK -->
<!-- INIZIO MAPPING SLAMVNO -->
<mapping resource="mnp/database/hb/dto/MnpDwSlaMvnoOut.hbm.xml"/>
<!-- FINE MAPPING SLAMVNO -->
<!-- INIZIO MAPPING SERVICE EXPOSURE -->
<mapping resource="mnp/database/hb/dto/MnpDwSlaSeInOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDwSla3ggOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDwSlaTcOut.hbm.xml"/>
<!-- FINE MAPPING SERVICE EXPOSURE -->
<mapping resource="mnp/database/hb/dto/MnpGispCessRestituzioneOut.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpGispCessResttpOut.hbm.xml"/>
<!-- DBSS -->
<mapping resource="mnp/database/hb/dto/MnpDbssInRec.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbssOutRec.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpTipoClientiDbss.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbssPortInHeader.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbssScartiIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbssTcIn.hbm.xml"/>
<mapping resource="mnp/database/hb/dto/MnpDbssScartiTcIn.hbm.xml"/>
<!-- R1S-17-0010 Gestione Blocco cambio carta e portabilita per AG -->
<mapping resource="mnp/database/hb/dto/MnpBlackListDonor.hbm.xml"/>
<!-- R1C-19-0060 REPORT MANAGERIALE DBCBI VS KENA C6 2019 -->
<mapping resource="mnp/database/hb/dto/MnpRichiesteKena.hbm.xml"/>
<!-- DISMISSIONE NPG -->
<mapping resource="mnp/database/hb/dto/MnpEsitoAttCess.hbm.xml"/>
<!-- read only -->
<class-cache class="mnp.database.hb.dto.MnpCausaleRifiuto" usage="read-only"/>
<class-cache class="mnp.database.hb.dto.MnpOperatoreInterno" usage="read-only"/>
<class-cache class="mnp.database.hb.dto.MnpOperatoreGisp" usage="read-only"/>
<class-cache class="mnp.database.hb.dto.MnpAnagraficaOperatori" usage="read-only"/>
<class-cache class="mnp.database.hb.dto.MnpStatoRecTc" usage="read-only"/>
<class-cache class="mnp.database.hb.dto.MnpStatoRecVirtTc" usage="read-only"/>
<class-cache class="mnp.database.hb.dto.MnpStatoDonVirtTc" usage="read-only"/>
<class-cache class="mnp.database.hb.dto.MnpStatoDonTc" usage="read-only"/>
<class-cache class="mnp.database.hb.dto.MnpAnagFinestreTemporali" usage="read-only"/>
</session-factory>
</hibernate-configuration>