String hql1="from student where id=? and password=?";
List<student> list=this.getHibernateTemplate().find(hql1, students.getId(),students.getPassword());
这里find方法报错
The method find(String, Object) in the type HibernateTemplate is not applicable for the arguments (String, String, String)
怎么改啊,一直报错,就算是改成其他类型的也一直报错
yanrun
慕的地6079101
qq_風是鹹的_0
rookie2maven
一毛钱
相关分类