這里find方法報錯
List<Employee> list = this.getHibernateTemplate().find(hql,employee.getUserName(),employee.getPassword());
這里find方法報錯
List<Employee> list = this.getHibernateTemplate().find(hql,employee.getUserName(),employee.getPassword());
這里find方法報錯
2016-12-06
舉報
2016-12-25
List<Employee> list=(List<Employee>)this.getHibernateTemplate().find(hql,employee.getUsername(),employee.getPassword());試試
2016-12-22
2016-12-22
他的錯誤大概是這樣
2016-12-11
怎么改正的?
2016-12-06
報的錯發上來看看
2016-12-06
報的什么錯啊,你這么說別人咋知道是什么錯誤,又不是神仙