_dbUpdatesByUser.put(user, update);
getSession().beginTransaction();
}
catch (HibernateException e) {
throw new WGBackendException("unable to start transaction", e);
}
catch (SQLException e) {
throw new WGBackendException("unable to start transaction", e);
}
}