it.cnr.contab.pdg00.bulk.V_pdg_variazione_riepilogoBulkPersistentInfo.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.pdg00.bulk.V_pdg_variazione_riepilogoBulk" homeClassName="it.cnr.contab.pdg00.bulk.V_pdg_variazione_riepilogoHome"> <defaultColumnMap tableName="V_PDG_VARIAZIONE_RIEPILOGO"> <columnMapping columnName="ESERCIZIO" propertyName="esercizio" sqlTypeName="DECIMAL" columnSize="4" nullable="false" /> <columnMapping columnName="PG_VARIAZIONE_PDG" propertyName="pg_variazione_pdg" sqlTypeName="DECIMAL" columnSize="10" nullable="false" /> <columnMapping columnName="TI_GESTIONE" propertyName="ti_gestione" sqlTypeName="CHAR" columnSize="1" nullable="false" /> <columnMapping columnName="CD_CDR_ASSEGNATARIO" propertyName="cd_cdr_assegnatario" sqlTypeName="VARCHAR" columnSize="30" nullable="false" /> <columnMapping columnName="DS_CDR" propertyName="ds_cdr" sqlTypeName="VARCHAR" columnSize="300" nullable="false" /> <columnMapping columnName="CD_DIPARTIMENTO" propertyName="cd_dipartimento" sqlTypeName="VARCHAR" columnSize="30" nullable="true" /> <columnMapping columnName="DS_DIPARTIMENTO" propertyName="ds_dipartimento" sqlTypeName="VARCHAR" columnSize="300" nullable="true" /> <columnMapping columnName="IM_TOTALE" propertyName="im_totale" sqlTypeName="DECIMAL" columnSize="15" columnScale="2" nullable="true" /> </defaultColumnMap> <persistentProperty name="esercizio" /> <persistentProperty name="pg_variazione_pdg" /> <persistentProperty name="ti_gestione" /> <persistentProperty name="cd_cdr_assegnatario" /> <persistentProperty name="ds_cdr" /> <persistentProperty name="cd_dipartimento" /> <persistentProperty name="ds_dipartimento" /> <persistentProperty name="im_totale" /> </SQLPersistentInfo>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy