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

it.cnr.contab.inventario00.docs.bulk.V_associazioni_disponibiliBasePersistentInfo.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.inventario00.docs.bulk.V_associazioni_disponibiliBase"
	homeClassName="it.cnr.contab.inventario00.docs.bulk.V_associazioni_disponibiliHome">
	<defaultColumnMap
		tableName="V_ASSOCIAZIONI_DISPONIBILI">
		<columnMapping
			columnName="CD_UNITA_ORGANIZZATIVA"
			propertyName="cd_unita_organizzativa"
			sqlTypeName="VARCHAR"
			columnSize="30"
			nullable="false" />
		<columnMapping
			columnName="PG_INVENTARIO"
			propertyName="pg_inventario"
			sqlTypeName="DECIMAL"
			columnSize="10"
			nullable="false" />
		<columnMapping
			columnName="NR_INVENTARIO"
			propertyName="nr_inventario"
			sqlTypeName="DECIMAL"
			columnSize="10"
			nullable="false" />
		<columnMapping
			columnName="PROGRESSIVO"
			propertyName="progressivo"
			sqlTypeName="DECIMAL"
			columnSize="10"
			nullable="false" />
		<columnMapping
			columnName="DS_BENE"
			propertyName="ds_bene"
			sqlTypeName="VARCHAR"
			columnSize="1000"
			nullable="true" />
		<columnMapping
			columnName="TI_DOCUMENTO"
			propertyName="ti_documento"
			sqlTypeName="CHAR"
			columnSize="1"
			nullable="false"/>
		<columnMapping
			columnName="ESERCIZIO"
			propertyName="esercizio"
			sqlTypeName="DECIMAL"
			columnSize="4"
			nullable="false"/>
		<columnMapping
			columnName="PG_BUONO_C_S"
			propertyName="pg_buono_c_s"
			sqlTypeName="DECIMAL"
			columnSize="10"
			nullable="false"/>	
		<columnMapping
			columnName="ASSOCIATO"
			propertyName="associato"
			sqlTypeName="DECIMAL"
			columnSize="20"
			columnScale="6" />	
		<columnMapping
			columnName="INVENTARIATO"
			propertyName="inventariato"
			sqlTypeName="DECIMAL"
			columnSize="20"
			columnScale="6" />						
	</defaultColumnMap>
	<persistentProperty
		name="cd_unita_organizzativa" />
	<persistentProperty
		name="pg_inventario" />
	<persistentProperty
		name="nr_inventario" />
	<persistentProperty
		name="progressivo" />
	<persistentProperty
		name="ds_bene" />
	<persistentProperty
		name="inventariato" />
	<persistentProperty
		name="associato" />
	<persistentProperty
		name="ti_documento" />
	<persistentProperty
		name="esercizio" />
	<persistentProperty
		name="pg_buono_c_s" />	
	
</SQLPersistentInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy