All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.cnr.contab.config00.pdcfin.bulk.Elemento_voceBulkPersistentInfo.xml Maven / Gradle / Ivy

<!--
  ~ Copyright (C) 2019  Consiglio Nazionale delle Ricerche
  ~
  ~     This program is free software: you can redistribute it and/or modify
  ~     it under the terms of the GNU Affero General Public License as
  ~     published by the Free Software Foundation, either version 3 of the
  ~     License, or (at your option) any later version.
  ~
  ~     This program is distributed in the hope that it will be useful,
  ~     but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  ~     GNU Affero General Public License for more details.
  ~
  ~     You should have received a copy of the GNU Affero General Public License
  ~     along with this program.  If not, see <https://www.gnu.org/licenses/>.
  -->

<SQLPersistentInfo
	persistentClassName="it.cnr.contab.config00.pdcfin.bulk.Elemento_voceBulk"
	homeClassName="it.cnr.contab.config00.pdcfin.bulk.Elemento_voceHome" >
	<defaultColumnMap
		tableName="ELEMENTO_VOCE"  >
		<columnMapping
			columnName="CD_ELEMENTO_PADRE"
			propertyName="elemento_padre.cd_elemento_voce"
			fetchOnly="false" />
		<columnMapping
			columnName="ESERCIZIO_ELEMENTO_PADRE"
			propertyName="elemento_padre.esercizio" 
			fetchOnly="false" />
		<columnMapping
			columnName="TI_APPARTENENZA_ELEMENTO_PADRE"
			propertyName="elemento_padre.ti_appartenenza" 
			fetchOnly="false" />		
		<columnMapping
			columnName="TI_GESTIONE_ELEMENTO_PADRE"
			propertyName="elemento_padre.ti_gestione" 
			fetchOnly="false" />
		<columnMapping
			columnName="CD_CAPOCONTO_FIN"
			propertyName="capoconto_fin.cd_capoconto_fin"/>
		<columnMapping
			columnName="ESERCIZIO_CLA_E"
			propertyName="classificazione_entrate.esercizio" />
		<columnMapping
			columnName="COD_CLA_E"
			propertyName="classificazione_entrate.codice_cla_e" />			
		<columnMapping
			columnName="ESERCIZIO_CLA_S"
			propertyName="classificazione_spese.esercizio" />
		<columnMapping
			columnName="COD_CLA_S"
			propertyName="classificazione_spese.codice_cla_s" />			
		<columnMapping
			columnName="ID_CLASSIFICAZIONE"
			propertyName="v_classificazione_voci.id_classificazione"
			sqlTypeName="DECIMAL"
			columnSize="7" />
		<columnMapping
			columnName="CD_UNITA_PIANO"
			propertyName="voce_piano_economico.unita_organizzativa.cd_unita_organizzativa"
			fetchOnly="false" />
		<columnMapping
			columnName="CD_VOCE_PIANO"
			propertyName="voce_piano_economico.cd_voce_piano"
			fetchOnly="false" />
	</defaultColumnMap>

	<columnMap
		name="V_ELEMENTO_VOCE_PDG_ETR"
		extends="default"
		tableName="V_ELEMENTO_VOCE_PDG_ETR" >
		<columnMapping
			columnName="CD_CLASSIFICAZIONE"
			propertyName="v_classificazione_voci.cd_classificazione"
			sqlTypeName="VARCHAR"
			columnSize="34" 
			nullable="true"/>
	</columnMap>

	<columnMap
		name="V_ELEMENTO_VOCE_PDG_SPE"
		extends="default"
		tableName="V_ELEMENTO_VOCE_PDG_SPE" >
		<columnMapping
			columnName="CD_CLASSIFICAZIONE"
			propertyName="v_classificazione_voci.cd_classificazione"
			sqlTypeName="VARCHAR"
			columnSize="34" 
			nullable="true"/>
	</columnMap>
			
	<columnMap
		name="V_ELEMENTO_VOCE_ORDINI"
		extends="default"
		tableName="V_ELEMENTO_VOCE_ORDINI" >
	</columnMap>
			
	<persistentProperty
		name="elemento_padre" />
	<persistentProperty
		name="capoconto_fin" />
	<persistentProperty
		name="classificazione_entrate" />
	<persistentProperty
		name="classificazione_spese" />				
	<persistentProperty
		name="v_classificazione_voci" />				
	<persistentProperty
		name="v_classificazione_voci.cd_classificazione" />				
	<persistentProperty
		name="voce_piano_economico" />
	<fetchPolicy
		name="it.cnr.contab.doccont00.comp.ObbligazioneComponent.find.elemento_voce">
		<exclude pattern="*" />
	</fetchPolicy>
	<fetchPolicy
			name="it.cnr.contab.consultazioni.comp.ConsultazioniRestComponent.find">
		<exclude pattern="*" />
	</fetchPolicy>
	
</SQLPersistentInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy