find方法报错的同学这样写就没问题了:
List<Employee> list = this.getHibernateTemplate().find(hql, new String[]{employee.getUsername(),employee.getPassword()});
为什么这样写请百度 find 方法。
List<Employee> list = this.getHibernateTemplate().find(hql, new String[]{employee.getUsername(),employee.getPassword()});
为什么这样写请百度 find 方法。
2017-02-15
他给的页面不对啊,整天就是这么一个错误 The requested resource (/ssh_employee/frame.jsp) is not available.
2017-02-13
如果修改页面不写修改账号和密码或者其它属性,用update模板修改就不行了,模板必须要填写所有的数据库属性,不然就默认属性值为空,还要自己写修改的hql语句啊