99100101102103104105106107108109
return criteria.list(); } catch (HibernateException he) { throw new ProviderException(he); } finally { hibernateProvider.closeSession(session); }
126127128129130131132133
{ hibernateProvider.delete(reportLog); } catch (ConstraintException e) { throw new ProviderException(e.getMessage()); } }
191192193194195196197198
session.close(); } } catch (HibernateException he) { throw new ProviderException(he); } }