757677787980818283
query.executeUpdate(); session.delete(t); transaction.commit(); } catch (final HibernateException e) { LOGGER.error(e); throw new DataNotRemovedException( "Baskets batch was not removed for a some reason", e); } }
848586878889909192
.setLong(0, payer.getId()).executeUpdate(); } transaction.commit(); } catch (final HibernateException e) { LOGGER.error(e); throw new DataNotRemovedException( "Payer was not deleted for some reason", e); } }