摘要:
public class XXDAOHibernateImpl extends HibernateDaoSupport implements IXXDAO<Discount>{ @Override public void allOper(Disc disc) { this.deleteXXInfos(); //...A this.getSessionFactory().getCurrentSession().flush(); this.update(disc); //...B this.getSessionFactory().... 阅读全文
posted @ 2012-12-26 11:22
cfd406635982
阅读(1380)
评论(0)
推荐(0)
浙公网安备 33010602011771号