it.cnr.contab.docamm00.consultazioni.bulk.CnrIfacFatturaPassivaRigaBasePersistentInfo.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.docamm00.consultazioni.bulk.CnrIfacFatturaPassivaRigaBase" keyClassName="it.cnr.contab.docamm00.consultazioni.bulk.CnrIfacFatturaPassivaRigaKey" homeClassName="it.cnr.contab.docamm00.consultazioni.bulk.CnrIfacFatturaPassivaRigaHome"> <defaultColumnMap tableName="CNR_IFAC_FATTURA_PASSIVA_RIGA"> <columnMapping columnName="TI_ISTITUZ_COMMERC" propertyName="tiIstituzCommerc" sqlTypeName="CHAR" columnSize="1" nullable="false" /> <columnMapping columnName="ESERCIZIO_OBBLIGAZIONE" propertyName="esercizioObbligazione" sqlTypeName="DECIMAL" columnSize="4" nullable="true" /> <columnMapping columnName="PG_OBBLIGAZIONE" propertyName="pgObbligazione" sqlTypeName="DECIMAL" columnSize="10" nullable="true" /> <columnMapping columnName="PG_OBBLIGAZIONE_SCADENZARIO" propertyName="pgObbligazioneScadenzario" sqlTypeName="DECIMAL" columnSize="10" nullable="true" /> <columnMapping columnName="NR_FATTURA_FORNITORE" propertyName="nrFatturaFornitore" sqlTypeName="VARCHAR" columnSize="20" nullable="false" /> <columnMapping columnName="DT_FATTURA_FORNITORE" propertyName="dtFatturaFornitore" sqlTypeName="DATE" columnSize="7" nullable="false" /> <columnMapping columnName="IM_TOTALE_IMPONIBILE" propertyName="imTotaleImponibile" sqlTypeName="DECIMAL" columnSize="15" columnScale="2" nullable="false" /> <columnMapping columnName="IM_TOTALE_IVA" propertyName="imTotaleIva" sqlTypeName="DECIMAL" columnSize="15" columnScale="2" nullable="false" /> <columnMapping columnName="IM_TOTALE_FATTURA" propertyName="imTotaleFattura" sqlTypeName="DECIMAL" columnSize="15" columnScale="2" nullable="false" /> </defaultColumnMap> <persistentProperty name="tiIstituzCommerc" /> <persistentProperty name="esercizioObbligazione" /> <persistentProperty name="pgObbligazione" /> <persistentProperty name="pgObbligazioneScadenzario" /> <persistentProperty name="nrFatturaFornitore" /> <persistentProperty name="dtFatturaFornitore" /> <persistentProperty name="imTotaleImponibile" /> <persistentProperty name="imTotaleIva" /> <persistentProperty name="imTotaleFattura" /> </SQLPersistentInfo>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy