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

it.cnr.contab.ordmag.magazzino.bulk.MovimentiMagBulkPersistentInfo.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.ordmag.magazzino.bulk.MovimentiMagBulk"
	homeClassName="it.cnr.contab.ordmag.magazzino.bulk.MovimentiMagHome">
	<defaultColumnMap
		tableName="MOVIMENTI_MAG">
  		<columnMapping
			columnName="CD_CDS_TIPO_MOVIMENTO"
			propertyName="tipoMovimentoMag.unitaOrganizzativa.cd_unita_organizzativa" />
		<columnMapping
			columnName="CD_TIPO_MOVIMENTO"
			propertyName="tipoMovimentoMag.cdTipoMovimento" />
		<columnMapping
			columnName="CD_TERZO"
			propertyName="terzo.cd_terzo" />
		<columnMapping
			columnName="CD_UNITA_MISURA"
			propertyName="unitaMisura.cdUnitaMisura" />
		<columnMapping
			columnName="CD_UOP"
			propertyName="unitaOperativaOrd.cdUnitaOperativa" />
		<columnMapping
			columnName="CD_CDS_LOTTO"
			propertyName="lottoMag.numerazioneMag.magazzino.unitaOrganizzativa.cd_unita_organizzativa" />
		<columnMapping
			columnName="CD_MAGAZZINO_LOTTO"
			propertyName="lottoMag.numerazioneMag.magazzino.cdMagazzino" />
		<columnMapping
			columnName="ESERCIZIO_LOTTO"
			propertyName="lottoMag.numerazioneMag.esercizio" />
		<columnMapping
			columnName="CD_NUMERATORE_LOTTO"
			propertyName="lottoMag.numerazioneMag.cdNumeratoreMag" />
		<columnMapping
			columnName="PG_LOTTO"
			propertyName="lottoMag.pgLotto" />
		<columnMapping
			columnName="CD_DIVISA"
			propertyName="divisa.cd_divisa" />
	</defaultColumnMap>
  	<persistentProperty
		name="tipoMovimentoMag" />
	<persistentProperty
		name="terzo" />
	<persistentProperty
		name="unitaMisura" />
	<persistentProperty
		name="unitaOperativaOrd" />
	<persistentProperty
		name="lottoMag" />
	<persistentProperty
		name="divisa" />
</SQLPersistentInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy