用户登录验证

The method find(String, Object) in the type HibernateTemplate is not applicable for the arguments (String, String, String)http://img.mukewang.com/57f22d580001131912400139.jpg

Y森屿
浏览 1197回答 2
2回答

大咪

我的代码是这样的= = List<Employee> list = this.getHibernateTemplate().find(hql, employee.getUsername(),employee.getPassword());

大咪

hibernate这个模板的find方法传入的应该是字符串和对象值……检查你find里hql后面的属性,是不是打错啦……和老师的视频再对照下
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java