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

it.cnr.contab.config00.sto.bulk.DipartimentoBasePersistentInfo.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.config00.sto.bulk.DipartimentoBase"
	keyClassName="it.cnr.contab.config00.sto.bulk.DipartimentoKey"
	homeClassName="it.cnr.contab.config00.sto.bulk.DipartimentoHome">
	<defaultColumnMap
		tableName="DIPARTIMENTO">
		<columnMapping
			columnName="DS_DIPARTIMENTO"
			propertyName="ds_dipartimento"
			sqlTypeName="VARCHAR"
			columnSize="300"
			nullable="false" />
		<columnMapping
			columnName="DT_ISTITUZIONE"
			propertyName="dt_istituzione"
			sqlTypeName="TIMESTAMP"
			columnSize="7"
			nullable="false" />
		<columnMapping
			columnName="DS_DEL_IST"
			propertyName="ds_del_ist"
			sqlTypeName="VARCHAR"
			columnSize="300"
			nullable="false" />
		<columnMapping
			columnName="CD_TERZO"
			propertyName="cd_terzo"
			sqlTypeName="DECIMAL"
			columnSize="8"
			nullable="false" />
		<columnMapping
			columnName="DT_SOPPRESSIONE"
			propertyName="dt_soppressione"
			sqlTypeName="TIMESTAMP"
			columnSize="7"
			nullable="true" />
		<columnMapping
			columnName="DS_DEL_SOPPR"
			propertyName="ds_del_soppr"
			sqlTypeName="VARCHAR"
			columnSize="300"
			nullable="true" />
		<columnMapping
			columnName="DACR"
			propertyName="dacr"
			sqlTypeName="TIMESTAMP"
			columnSize="7"
			nullable="false" />
		<columnMapping
			columnName="UTCR"
			propertyName="utcr"
			sqlTypeName="VARCHAR"
			columnSize="20"
			nullable="false" />
		<columnMapping
			columnName="DUVA"
			propertyName="duva"
			sqlTypeName="TIMESTAMP"
			columnSize="7"
			nullable="false" />
		<columnMapping
			columnName="UTUV"
			propertyName="utuv"
			sqlTypeName="VARCHAR"
			columnSize="20"
			nullable="false" />
		<columnMapping
			columnName="PG_VER_REC"
			propertyName="pg_ver_rec"
			sqlTypeName="DECIMAL"
			columnSize="22"
			nullable="false" />
		<columnMapping
			columnName="ID_DIPARTIMENTO"
			propertyName="id_dipartimento"
			sqlTypeName="DECIMAL"
			columnSize="8"
			nullable="false" />
	</defaultColumnMap>
	<persistentProperty
		name="ds_dipartimento" />
	<persistentProperty
		name="dt_istituzione" />
	<persistentProperty
		name="ds_del_ist" />
	<persistentProperty
		name="cd_terzo" />
	<persistentProperty
		name="dt_soppressione" />
	<persistentProperty
		name="ds_del_soppr" />
	<persistentProperty
		name="dacr" />
	<persistentProperty
		name="utcr" />
	<persistentProperty
		name="duva" />
	<persistentProperty
		name="utuv" />
	<persistentProperty
		name="pg_ver_rec" />
	<persistentProperty
		name="id_dipartimento" />
</SQLPersistentInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy