getHibernateTemplate().find(hql) 空指针
publicclassLoginServiceImpTest{publicstaticvoidmain(Stringagrs[]){ApplicationContexta...
public class LoginServiceImpTest {
public static void main(String agrs[]) {
ApplicationContext ac = new ClassPathXmlApplicationContext("applicationContext.xml");
LoginServiceImp hw = (LoginServiceImp) ac.getBean("loginServicimp");
System.out.println(hw.checkLogin("1", "25"));
}
}
使用如上代码测试通过。发布后用页面调用出空指针。不过查询错误的Id 能通过,查正确的就空指针了。 前阵子还好的。郁闷了
是不是与更新有关系呢?
空指针代码如下:
public class LoginDaoImp extends BaseDaoImp implements LoginDao {
public List checkLogin(String u, String p) {
String hql="from Personnel where personnelId='"+u+"'";
return this.getHibernateTemplate().find(hql);
}
} 展开
public static void main(String agrs[]) {
ApplicationContext ac = new ClassPathXmlApplicationContext("applicationContext.xml");
LoginServiceImp hw = (LoginServiceImp) ac.getBean("loginServicimp");
System.out.println(hw.checkLogin("1", "25"));
}
}
使用如上代码测试通过。发布后用页面调用出空指针。不过查询错误的Id 能通过,查正确的就空指针了。 前阵子还好的。郁闷了
是不是与更新有关系呢?
空指针代码如下:
public class LoginDaoImp extends BaseDaoImp implements LoginDao {
public List checkLogin(String u, String p) {
String hql="from Personnel where personnelId='"+u+"'";
return this.getHibernateTemplate().find(hql);
}
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询