return (GruppoDatiPartita) getHibernateTemplate().get(GruppoDatiPartita.class,
new GruppoDatiPartitaId(codicePartita, legalEntity, organizationUnit));
} catch (DataAccessException e) {
log("Impossibile Leggere Gruppo Dati Partita [CODICE] " + codicePartita);
log("Impossibile Leggere Gruppo Dati Partita " + e);
throw new ImpossibileLeggereGruppoDatiPartitaException();
}
}