sessionFactory.getCurrentSession().update(t);
return true;
}
catch (DataIntegrityViolationException e) {
logger.error("DataIntegrityViolationException", e);
throw new ApiDaoLayerException(e);
}
catch (Exception e) {
logger.error("DataIntegrityViolationException", e);
throw new ApiDaoLayerException(e);
}
}