sugusdong
2016-12-22 18:58
不知道哪里出错了 一定要转OBJECT
解决了 方法创建错误了 谢谢各位
List<Employee> list=(List<Employee>)this.getHibernateTemplate().find(hql,employee.getUsername(),employee.getPassword());试试
这里是泛型集合,2楼怎么可能将Employee转换成List<Employee>?
List<Employee> list=(Employee)this.getHibernateTemplate().find(hql,employee.getUsername(),employee.getPassword());
基于SSH实现员工管理系统之案例实现篇
50212 学习 · 323 问题
相似问题