it.cnr.contab.segnalazioni00.bulk.Stampa_attivita_siglaHome 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 .
*/
/*
* Created by Aurelio's BulkGenerator 1.0
* Date 20/05/2009
*/
package it.cnr.contab.segnalazioni00.bulk;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.Collection;
import it.cnr.contab.config00.esercizio.bulk.Esercizio_baseBulk;
import it.cnr.contab.config00.esercizio.bulk.Esercizio_baseHome;
import it.cnr.contab.config00.pdcfin.bulk.Ass_ev_evBulk;
import it.cnr.contab.config00.pdcfin.bulk.Elemento_voceBulk;
import it.cnr.contab.config00.pdcfin.bulk.Elemento_voceHome;
import it.cnr.contab.config00.pdcfin.bulk.V_voce_f_partita_giroBulk;
import it.cnr.contab.config00.pdcfin.bulk.V_voce_f_partita_giroHome;
import it.cnr.contab.doccont00.core.bulk.AccertamentoBulk;
import it.cnr.jada.bulk.BulkHome;
import it.cnr.jada.bulk.OggettoBulk;
import it.cnr.jada.comp.ApplicationException;
import it.cnr.jada.persistency.IntrospectionException;
import it.cnr.jada.persistency.PersistencyException;
import it.cnr.jada.persistency.PersistentCache;
import it.cnr.jada.persistency.sql.CompoundFindClause;
import it.cnr.jada.persistency.sql.PersistentHome;
import it.cnr.jada.persistency.sql.SQLBuilder;
public class Stampa_attivita_siglaHome extends BulkHome {
public Stampa_attivita_siglaHome(Connection conn) {
super(Attivita_siglaBulk.class, conn);
}
public Stampa_attivita_siglaHome(Connection conn, PersistentCache persistentCache) {
super(Attivita_siglaBulk.class, conn, persistentCache);
}
public Collection findEsercizi(Stampa_attivita_siglaBulk bulk, Esercizio_baseHome h) throws PersistencyException, IntrospectionException {
return h.findEsercizi(bulk);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy