public Fwxx select(Class c, int fwid){
Session session=HibernateSessionFactory.getSession();
Fwxx fwxx=(Fwxx)session.get(c,fwid);
System.out.println(fwxx.getLxr());
HibernateSessionFactory.closeSession();
return fwxx;
}
查询完之后就关闭session,但是当在action调用这个方法的时候就报
could not initialize proxy - the owning Session was closed
杨__羊羊
白猪掌柜的