list = this.getHibernateTemplate().executeFind(
new ContabilitaHibernateCallbackWithMapping(q.toString(), criteria, mappingCampi, LibroIVA.class));
} catch (DataAccessException e) {
log("Impossibile Estrarre bilancio " + e);
e.printStackTrace();
throw new ImpossibileEstrarreStampaLibroIVAException();
}
return list;
}