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

it.cnr.contab.progettiric00.geco.bulk.Geco_progetto_rstlBasePersistentInfo.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.progettiric00.geco.bulk.Geco_progetto_rstlBase"
	keyClassName="it.cnr.contab.progettiric00.geco.bulk.Geco_progetto_rstlKey"
	homeClassName="it.cnr.contab.progettiric00.geco.bulk.Geco_progetto_rstlHome">
	<defaultColumnMap
		tableName="progetto_rstl">
		<columnMapping
			columnName="cod_prog"
			propertyName="cod_prog"
			sqlTypeName="VARCHAR"
			columnSize="10"
			nullable="false" />
		<columnMapping
			columnName="id_dip"
			propertyName="id_dip"
			sqlTypeName="DECIMAL"
			columnSize="10"
			nullable="true" />
		<columnMapping
			columnName="tipo_prog"
			propertyName="tipo_prog"
			sqlTypeName="DECIMAL"
			columnSize="10"
			nullable="true" />
		<columnMapping
			columnName="descr_prog"
			propertyName="descr_prog"
			sqlTypeName="VARCHAR"
			columnSize="255"
			nullable="false" />
		<columnMapping
			columnName="data_istituzione_prog"
			propertyName="data_istituzione_prog"
			sqlTypeName="TIMESTAMP"
			columnSize="7"
			nullable="true" />
		<columnMapping
			columnName="ordine_prog"
			propertyName="ordine_prog"
			sqlTypeName="DECIMAL"
			columnSize="10"
			nullable="true" />
	</defaultColumnMap>
	<persistentProperty
		name="cod_prog" />
	<persistentProperty
		name="id_dip" />
	<persistentProperty
		name="tipo_prog" />
	<persistentProperty
		name="descr_prog" />
	<persistentProperty
		name="data_istituzione_prog" />
	<persistentProperty
		name="ordine_prog" />
</SQLPersistentInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy