First Commit - Source Code from Reply
This commit is contained in:
@@ -0,0 +1,101 @@
|
||||
<?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/dbcgoDS</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>
|
||||
|
||||
<!-- GESTIONE RICHIESTE -->
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoGestRichDonVirt.hbm.xml" />
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoGestRichRecVirt.hbm.xml" />
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoGestRichRecVirtM2m.hbm.xml" />
|
||||
<!-- TRASFERIMENTO CREDITO -->
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoGestRicDonVirtTc.hbm.xml" />
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoGestRicRecVirtTc.hbm.xml" />
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoGestRicRvM2mTc.hbm.xml" />
|
||||
<!--x12 2012-->
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoDonorPp.hbm.xml"/>
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoRecipientPp.hbm.xml"/>
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoPortingPp.hbm.xml"/>
|
||||
|
||||
<!-- VISTE -->
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoGestRicDonVirtView.hbm.xml" />
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/MnpReportAgcomView.hbm.xml" />
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoGestRicRvM2mView.hbm.xml" />
|
||||
<mapping
|
||||
resource="it/valueteam/dbcgo/hb/dto/DbcgoGestRicRecVirtView.hbm.xml" />
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoGestioneRicV00.hbm.xml" />
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/MnpDwSlaTcOutView.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/MnpDwSla3ggOutView.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoVoPrevalidazioneDbc.hbm.xml" />
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/MnpDwXmlInOutView.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/MnpDwSlaFranchigiaOutView.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/MnpDwSlaMatGioTcVw.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/MnpDwSlaMatGiorView.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/MnpDwSlaInMatGioTcVw.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/MnpDwSlaInMatGiorView.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoStoricoFile.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoAnagraficaOperatori.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoFilePenali.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoVoMesiRiferimento.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoVoListaStatiProcesso.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoProcessoPenali.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoAnagDisservizi.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoAnagFranchigie.hbm.xml"/>
|
||||
<!-- aggiunta cristiano per KS10 -->
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoRichiesteProcessate.hbm.xml"/>
|
||||
<!-- aggiunta devis per KS10 NB. Non viene generato automaticamente -->
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoReportIndennizziCliente.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoReportIndennizziClienteDownload.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoStato.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoStatoDonVirt.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoStatoPor.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoStatoRec.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoStatoRecVirt.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoStatoRecVirtM2m.hbm.xml"/>
|
||||
<!-- aggiunta devis per KS12 2012 -->
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/MnpDwReportTcr.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/MnpDwReportTcrDonor.hbm.xml"/>
|
||||
<mapping resource="it/valueteam/dbcgo/hb/dto/DbcgoRicaricheBmc.hbm.xml"/>
|
||||
|
||||
<class-cache class="it.valueteam.dbcgo.hb.dto.DbcgoVoListaStatiProcesso" usage="read-only"/>
|
||||
<class-cache class="it.valueteam.dbcgo.hb.dto.DbcgoVoMesiRiferimento" usage="read-only"/>
|
||||
<class-cache class="it.valueteam.dbcgo.hb.dto.DbcgoVoPrevalidazioneDbc" usage="read-only"/>
|
||||
<class-cache class="it.valueteam.dbcgo.hb.dto.DbcgoGestioneRicV00" usage="read-only"/>
|
||||
</session-factory>
|
||||
</hibernate-configuration>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dbcmnpsrc/FE/mnpdev/dbcgo/dbcgoEar/res/APP-INF/lib/logging.jar
Normal file
BIN
dbcmnpsrc/FE/mnpdev/dbcgo/dbcgoEar/res/APP-INF/lib/logging.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
dbcmnpsrc/FE/mnpdev/dbcgo/dbcgoEar/res/APP-INF/lib/poi-3.16.jar
Normal file
BIN
dbcmnpsrc/FE/mnpdev/dbcgo/dbcgoEar/res/APP-INF/lib/poi-3.16.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user