1092109310941095109610971098109911001101
} Conto nuovoConto; try { nuovoConto = (Conto) getHibernateTemplate().get(Conto.class, idContoInserito); } catch (DataAccessException e) { throw new ImpossibileLeggereContoException(); } return nuovoConto; }