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

it.cnr.contab.config00.sto.bulk.CdsBulkPersistentInfo.xml Maven / Gradle / Ivy

<!--
  ~ 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.CdsBulk" >
	
	<defaultColumnMap
		tableName="UNITA_ORGANIZZATIVA" >
		<columnMapping
			columnName="CD_RESPONSABILE"
			propertyName="responsabile.cd_terzo"
 		  />
		<columnMapping
			columnName="CD_AREA_SCIENTIFICA"
			propertyName="area_scientifica.cd_area_scientifica"
 		  />
	</defaultColumnMap>

	<columnMap 
		name="V_CDS_VALIDO"
		tableName="V_UNITA_ORGANIZZATIVA_VALIDA"
		extends="default" />

	<persistentProperty
		name="responsabile" />
	<persistentProperty
		name="area_scientifica" />
	<fetchPolicy
			name="it.cnr.contab.consultazioni.comp.ConsultazioniRestComponent.find">
		<exclude pattern="*" />
	</fetchPolicy>

</SQLPersistentInfo>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy