仔细点哦
Release r = dao.findRelease(releaseId); Book b = dao.findBook(bookId); if(r != null && b != null){ Session session = HibernateUtils.getSession(); Transaction tx = session.beginTransaction(); try{ dao.cancelBook(r, b); dao.updateReleaseCounts(r, b); }catch(Exception e){ tx.rollback(); } tx.commit(); }
Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有 粤ICP备16019765号
广州京杭网络科技有限公司 版权所有