org.hibernate.LazyInitializationException: could not initialize proxy - no Session
RT.我在测试类里测试了一个方法。结果报以上错。@Testpublicvoidlogin(){ApplicationContextctx=newClassPathXmlA...
RT.我在测试类里测试了一个方法。结果报以上错。
@Test
public void login(){
ApplicationContext ctx=new ClassPathXmlApplicationContext("applicationContext.xml");
DeptDao deptDao=(DeptDao) ctx.getBean("deptDaoImpl");
System.out.println(deptDao.findDeptById(1).getName());
}
@Component("deptDaoImpl")
public class DeptDaoImpl extends SuperDao implements DeptDao {
public Dept findDeptById(int id) {
// TODO Auto-generated method stub
return super.getHibernateTemplate().load(Dept.class,id);
}
}
在线等大神。 展开
@Test
public void login(){
ApplicationContext ctx=new ClassPathXmlApplicationContext("applicationContext.xml");
DeptDao deptDao=(DeptDao) ctx.getBean("deptDaoImpl");
System.out.println(deptDao.findDeptById(1).getName());
}
@Component("deptDaoImpl")
public class DeptDaoImpl extends SuperDao implements DeptDao {
public Dept findDeptById(int id) {
// TODO Auto-generated method stub
return super.getHibernateTemplate().load(Dept.class,id);
}
}
在线等大神。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询