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

it.cnr.contab.compensi00.docs.bulk.ConguaglioBulkPersistentInfo.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ 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.compensi00.docs.bulk.ConguaglioBulk"
	keyClassName="it.cnr.contab.compensi00.docs.bulk.ConguaglioKey"
	homeClassName="it.cnr.contab.compensi00.docs.bulk.ConguaglioHome" >

	<defaultColumnMap tableName="CONGUAGLIO" >

		<columnMapping
			columnName="CD_MODALITA_PAG"
			propertyName="modalitaPagamento.cd_modalita_pag" />

		<columnMapping
			columnName="CD_TERMINI_PAG"
			propertyName="terminiPagamento.cd_termini_pag" />

		<columnMapping
			columnName="PG_BANCA"
			propertyName="banca.pg_banca" />
		<columnMapping
			columnName="CD_TERZO"
			propertyName="banca.terzo.cd_terzo"
			fetchOnly="true"/>

		<columnMapping
			columnName="CD_TIPO_RAPPORTO"
			propertyName="tipoRapporto.cd_tipo_rapporto" />
		<columnMapping
			columnName="CD_TRATTAMENTO"
			propertyName="tipoTrattamento.cd_trattamento" />

		<columnMapping
			columnName="CD_CDS_COMPENSO"
			propertyName="compenso.cd_cds" />
		<columnMapping
			columnName="ESERCIZIO_COMPENSO"
			propertyName="compenso.esercizio" />
		<columnMapping
			columnName="CD_UO_COMPENSO"
			propertyName="compenso.cd_unita_organizzativa" />
		<columnMapping
			columnName="PG_COMPENSO"
			propertyName="compenso.pg_compenso" />

		<columnMapping
			columnName="PG_COMUNE_ADDCOM_ESTERNO"
			propertyName="comune_esterno.pg_comune" />

	</defaultColumnMap>		

	<persistentProperty
		name="modalitaPagamento" />
	<persistentProperty
		name="terminiPagamento" />
	<persistentProperty
		name="banca" />
	<persistentProperty
		name="tipoRapporto" />
	<persistentProperty
		name="compenso" />
	<persistentProperty
		name="comune_esterno" />
</SQLPersistentInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy