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

it.cnr.contab.inventario00.consultazioni.bulk.ElencoinventariobeniBasePersistentInfo.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.consultazioni.bulk.ElencoinventariobeniBase"
	keyClassName="it.cnr.contab.inventario00.consultazioni.bulk.ElencoinventariobeniKey"
	homeClassName="it.cnr.contab.inventario00.consultazioni.bulk.ElencoinventariobeniHome">
	<defaultColumnMap
		tableName="V_ELENCO_INVENTARIO_BENI">
		<columnMapping
			columnName="DATA_REGISTRAZIONE"
			propertyName="data_registrazione"
			sqlTypeName="TIMESTAMP"
			columnSize="7"
			nullable="true" />		
		<columnMapping
			columnName="VALORE_INIZIALE"
			propertyName="valore_iniziale"
			sqlTypeName="DECIMAL"
			columnSize="20"
			columnScale="6"
			nullable="true" />
		<columnMapping
			columnName="VARIAZIONE_MENO"
			propertyName="variazione_meno"
			sqlTypeName="DECIMAL"
			columnSize="20"
			columnScale="6"
			nullable="true" />
		<columnMapping
			columnName="VARIAZIONE_PIU"
			propertyName="variazione_piu"
			sqlTypeName="DECIMAL"
			columnSize="20"
			columnScale="6"
			nullable="true" />
		<columnMapping
			columnName="VALORE_FINALE"
			propertyName="valore_finale"
			sqlTypeName="DECIMAL"
			columnSize="22"
			nullable="true" />	
		<columnMapping
			columnName="ETICHETTA"
			propertyName="etichetta"
			sqlTypeName="VARCHAR"
			columnSize="50"
			nullable="true" />		
		<columnMapping
			columnName="TARGA"
			propertyName="targa"
			sqlTypeName="VARCHAR"
			columnSize="8"
			nullable="true" />							
	</defaultColumnMap>
	<persistentProperty
		name="valore_iniziale" />
	<persistentProperty
		name="variazione_meno" />
	<persistentProperty
		name="variazione_piu" />
	<persistentProperty
		name="valore_finale" />
	<persistentProperty
		name="data_registrazione" />
	<persistentProperty
		name="etichetta" />
	<persistentProperty
		name="targa" />	
</SQLPersistentInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy